Color spaces of #9f1eff
RGB | 159 | 30 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.56 |
HSV | 274° | 88° | 100° |
CMYK | 0.38 | 0.88 | 0.00 0.00 |
XYZ | 32.8123 | 15.5195 | 95.8739 |
Yxy | 15.5195 | 0.2275 | 0.1076 |
Hunter Lab | 39.3948 | 79.7335 | -116.7159 |
CIE-Lab | 46.3377 | 82.0572 | -84.2160 |
#9f1eff color RGB value is (159,30,255).
#9f1eff hex color red value is 159, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9f1eff hue: 0.76 , saturation: 1.00 and the lightness value of 9f1eff is 0.56.
The process color (four color CMYK) of #9f1eff color hex is 0.38, 0.88, 0.00, 0.00. Web safe color of #9f1eff is #9933ff. Color #9f1eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 00011110 | 11111111 |
Octal | 237 | 36 | 377 |
Decimal | 159 | 30 | 255 |
Hex | 9F | 1E | FF |
Shades of #9f1eff
Tints of #9f1eff
RGB Percentages of Color #9f1eff
CMYK Percentages of Color #9f1eff
Complementary Color
#9f1eff | #7eff1e |
#9f1eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9f1eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#9f1eff Color CSS Codes
.mybgcolor {background-color:#9f1eff; } .myforecolor {color:#9f1eff; } .mybordercolor {border:3px solid #9f1eff; }
#9f1eff Text Font Color
<p style="color:#9f1eff">Text here</p>
This sample text font color is #9f1eff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#9f1eff Background Color
<div style="background-color:#9f1eff">
Div content here</div>
This div background color is #9f1eff
#9f1eff Border Color
<div style="border:3px solid #9f1eff">
Div here</div>
This div border color is #9f1eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,30,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9f1eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9f1eff; -webkit-box-shadow: 1px 1px 3px 2px #9f1eff; box-shadow: 1px 1px 3px 2px #9f1eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,30,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9f1eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9f1eff; -webkit-box-shadow: 1px 1px 3px 2px #9f1eff; box-shadow: 1px 1px 3px 2px #9f1eff;">
Div content here</div>
This div box has shadow with color #9f1eff
Related Colors
Comments
No comments written yet.
Please login to write comment.