Shades of Dark Violet #9F0CCE
Tints of Dark Violet #9F0CCE
RGB
CMYK
RGB Variations
Color information
#9F0CCE (or 0x9F0CCE) is known color: Dark Violet. HEX triplet: 9F, 0C and CE. RGB value is (159,12,206). Sum of RGB (Red+Green+Blue) = 159+12+206=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F0CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0CCE is #60F331. Grayscale: #4D4D4D. Windows color (decimal): -6353714 or 13503647. OLE color: 13503647.
HSL color Cylindrical-coordinate representation of color #9F0CCE: hue angle of 285.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0CCE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 12 | 206 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.19 |
| HSL | 285.46º | 0.89% | 0.43% | - |
| HSV(B) | 285.46º | 0.94% | 0.81% | - |
| XYZ | 25.57 | 12.09 | 59.38 | - |
| YUV | 78.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 206 | 0.23 | 0.94 | 0 | 0.19 | 285.46 | 0.89 | 0.43 |
| Hex | 9F | C | CE | 17 | 5E | 0 | 13 | 11D | 59 | 2B |
| Octal | 237 | 14 | 316 | 27 | 136 | 0 | 23 | 435 | 131 | 53 |
| Binary | 10011111 | 1100 | 11001110 | 10111 | 1011110 | 0 | 10011 | 100011101 | 1011001 | 101011 |
Color Harmonies of #9F0CCE
Complementary color
Monochromatic Colors of #9F0CCE
Black with #9F0CCE
Text Example
Text Example
White with #9F0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CCE; }
p { color: rgb(159,12,206); }
H1.HeaderClassName
{
color: #9F0CCE;
}
.AnyTagClassName
{
color: #9F0CCE;
}
</style>
background-color css
<style>
a { background-color: #9F0CCE; }
a { background-color: rgb(159,12,206); }
div.DivClassName
{
background-color: #9F0CCE;
}
.BgClassName
{
background-color: #9F0CCE;
}
</style>
border-color css
<style>
span { border-color: #9F0CCE; }
span { border-color: rgb(159,12,206); }
td.TdClassName
{
border-color: #9F0CCE;
}
.TagClassName
{
border-color: #9F0CCE;
}
</style>