Shades of Dark Violet #9F06CA
Tints of Dark Violet #9F06CA
RGB
CMYK
RGB Variations
Color information
#9F06CA (or 0x9F06CA) is known color: Dark Violet. HEX triplet: 9F, 06 and CA. RGB value is (159,6,202). Sum of RGB (Red+Green+Blue) = 159+6+202=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F06CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06CA is #60F935. Grayscale: #494949. Windows color (decimal): -6355254 or 13239967. OLE color: 13239967.
HSL color Cylindrical-coordinate representation of color #9F06CA: hue angle of 286.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06CA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 6 | 202 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.21 |
| HSL | 286.84º | 0.94% | 0.41% | - |
| HSV(B) | 286.84º | 0.97% | 0.79% | - |
| XYZ | 25.02 | 11.77 | 56.83 | - |
| YUV | 74.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 202 | 0.21 | 0.97 | 0 | 0.21 | 286.84 | 0.94 | 0.41 |
| Hex | 9F | 6 | CA | 15 | 61 | 0 | 15 | 11F | 5E | 29 |
| Octal | 237 | 6 | 312 | 25 | 141 | 0 | 25 | 437 | 136 | 51 |
| Binary | 10011111 | 110 | 11001010 | 10101 | 1100001 | 0 | 10101 | 100011111 | 1011110 | 101001 |
Color Harmonies of #9F06CA
Complementary color
Monochromatic Colors of #9F06CA
Black with #9F06CA
Text Example
Text Example
White with #9F06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06CA; }
p { color: rgb(159,6,202); }
H1.HeaderClassName
{
color: #9F06CA;
}
.AnyTagClassName
{
color: #9F06CA;
}
</style>
background-color css
<style>
a { background-color: #9F06CA; }
a { background-color: rgb(159,6,202); }
div.DivClassName
{
background-color: #9F06CA;
}
.BgClassName
{
background-color: #9F06CA;
}
</style>
border-color css
<style>
span { border-color: #9F06CA; }
span { border-color: rgb(159,6,202); }
td.TdClassName
{
border-color: #9F06CA;
}
.TagClassName
{
border-color: #9F06CA;
}
</style>