Shades of Dark Violet #9F08E6
Tints of Dark Violet #9F08E6
RGB
CMYK
RGB Variations
Color information
#9F08E6 (or 0x9F08E6) is known color: Dark Violet. HEX triplet: 9F, 08 and E6. RGB value is (159,8,230). Sum of RGB (Red+Green+Blue) = 159+8+230=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F08E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F08E6 is #60F719. Grayscale: #4D4D4D. Windows color (decimal): -6354714 or 15075487. OLE color: 15075487.
HSL color Cylindrical-coordinate representation of color #9F08E6: hue angle of 280.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F08E6 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 8 | 230 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.10 |
| HSL | 280.81º | 0.93% | 0.47% | - |
| HSV(B) | 280.81º | 0.97% | 0.9% | - |
| XYZ | 28.67 | 13.26 | 75.91 | - |
| YUV | 78.46 | 213.53 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 230 | 0.31 | 0.97 | 0 | 0.10 | 280.81 | 0.93 | 0.47 |
| Hex | 9F | 8 | E6 | 1F | 61 | 0 | A | 119 | 5D | 2F |
| Octal | 237 | 10 | 346 | 37 | 141 | 0 | 12 | 431 | 135 | 57 |
| Binary | 10011111 | 1000 | 11100110 | 11111 | 1100001 | 0 | 1010 | 100011001 | 1011101 | 101111 |
Color Harmonies of #9F08E6
Complementary color
Monochromatic Colors of #9F08E6
Black with #9F08E6
Text Example
Text Example
White with #9F08E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08E6; }
p { color: rgb(159,8,230); }
H1.HeaderClassName
{
color: #9F08E6;
}
.AnyTagClassName
{
color: #9F08E6;
}
</style>
background-color css
<style>
a { background-color: #9F08E6; }
a { background-color: rgb(159,8,230); }
div.DivClassName
{
background-color: #9F08E6;
}
.BgClassName
{
background-color: #9F08E6;
}
</style>
border-color css
<style>
span { border-color: #9F08E6; }
span { border-color: rgb(159,8,230); }
td.TdClassName
{
border-color: #9F08E6;
}
.TagClassName
{
border-color: #9F08E6;
}
</style>