Shades of Dark Violet #9F08EC
Tints of Dark Violet #9F08EC
RGB
CMYK
RGB Variations
Color information
#9F08EC (or 0x9F08EC) is known color: Dark Violet. HEX triplet: 9F, 08 and EC. RGB value is (159,8,236). Sum of RGB (Red+Green+Blue) = 159+8+236=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F08EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F08EC is #60F713. Grayscale: #4E4E4E. Windows color (decimal): -6354708 or 15468703. OLE color: 15468703.
HSL color Cylindrical-coordinate representation of color #9F08EC: hue angle of 279.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F08EC is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 8 | 236 | - |
CMYK | 0.33 | 0.97 | 0 | 0.07 |
HSL | 279.74º | 0.93% | 0.48% | - |
HSV(B) | 279.74º | 0.97% | 0.93% | - |
XYZ | 29.53 | 13.6 | 80.43 | - |
YUV | 79.14 | 216.53 | 184.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 8 | 236 | 0.33 | 0.97 | 0 | 0.07 | 279.74 | 0.93 | 0.48 |
Hex | 9F | 8 | EC | 21 | 61 | 0 | 7 | 118 | 5D | 30 |
Octal | 237 | 10 | 354 | 41 | 141 | 0 | 7 | 430 | 135 | 60 |
Binary | 10011111 | 1000 | 11101100 | 100001 | 1100001 | 0 | 111 | 100011000 | 1011101 | 110000 |
Color Harmonies of #9F08EC
Complementary color
Monochromatic Colors of #9F08EC
Black with #9F08EC
Text Example
Text Example
White with #9F08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08EC; }
p { color: rgb(159,8,236); }
H1.HeaderClassName
{
color: #9F08EC;
}
.AnyTagClassName
{
color: #9F08EC;
}
</style>
background-color css
<style>
a { background-color: #9F08EC; }
a { background-color: rgb(159,8,236); }
div.DivClassName
{
background-color: #9F08EC;
}
.BgClassName
{
background-color: #9F08EC;
}
</style>
border-color css
<style>
span { border-color: #9F08EC; }
span { border-color: rgb(159,8,236); }
td.TdClassName
{
border-color: #9F08EC;
}
.TagClassName
{
border-color: #9F08EC;
}
</style>