Shades of Dark Violet #9F12CC
Tints of Dark Violet #9F12CC
RGB
CMYK
RGB Variations
Color information
#9F12CC (or 0x9F12CC) is known color: Dark Violet. HEX triplet: 9F, 12 and CC. RGB value is (159,18,204). Sum of RGB (Red+Green+Blue) = 159+18+204=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F12CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F12CC is #60ED33. Grayscale: #505050. Windows color (decimal): -6352180 or 13374111. OLE color: 13374111.
HSL color Cylindrical-coordinate representation of color #9F12CC: hue angle of 285.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F12CC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 18 | 204 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.2 |
| HSL | 285.48º | 0.84% | 0.44% | - |
| HSV(B) | 285.48º | 0.91% | 0.8% | - |
| XYZ | 25.41 | 12.16 | 58.14 | - |
| YUV | 81.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 204 | 0.22 | 0.91 | 0 | 0.2 | 285.48 | 0.84 | 0.44 |
| Hex | 9F | 12 | CC | 16 | 5B | 0 | 14 | 11D | 54 | 2C |
| Octal | 237 | 22 | 314 | 26 | 133 | 0 | 24 | 435 | 124 | 54 |
| Binary | 10011111 | 10010 | 11001100 | 10110 | 1011011 | 0 | 10100 | 100011101 | 1010100 | 101100 |
Color Harmonies of #9F12CC
Complementary color
Monochromatic Colors of #9F12CC
Black with #9F12CC
Text Example
Text Example
White with #9F12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F12CC; }
p { color: rgb(159,18,204); }
H1.HeaderClassName
{
color: #9F12CC;
}
.AnyTagClassName
{
color: #9F12CC;
}
</style>
background-color css
<style>
a { background-color: #9F12CC; }
a { background-color: rgb(159,18,204); }
div.DivClassName
{
background-color: #9F12CC;
}
.BgClassName
{
background-color: #9F12CC;
}
</style>
border-color css
<style>
span { border-color: #9F12CC; }
span { border-color: rgb(159,18,204); }
td.TdClassName
{
border-color: #9F12CC;
}
.TagClassName
{
border-color: #9F12CC;
}
</style>