Shades of Dark Violet #9F0ACC
Tints of Dark Violet #9F0ACC
RGB
CMYK
RGB Variations
Color information
#9F0ACC (or 0x9F0ACC) is known color: Dark Violet. HEX triplet: 9F, 0A and CC. RGB value is (159,10,204). Sum of RGB (Red+Green+Blue) = 159+10+204=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0ACC is #60F533. Grayscale: #4C4C4C. Windows color (decimal): -6354228 or 13372063. OLE color: 13372063.
HSL color Cylindrical-coordinate representation of color #9F0ACC: hue angle of 286.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0ACC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 10 | 204 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.2 |
| HSL | 286.08º | 0.91% | 0.42% | - |
| HSV(B) | 286.08º | 0.95% | 0.8% | - |
| XYZ | 25.31 | 11.95 | 58.1 | - |
| YUV | 76.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 204 | 0.22 | 0.95 | 0 | 0.2 | 286.08 | 0.91 | 0.42 |
| Hex | 9F | A | CC | 16 | 5F | 0 | 14 | 11E | 5B | 2A |
| Octal | 237 | 12 | 314 | 26 | 137 | 0 | 24 | 436 | 133 | 52 |
| Binary | 10011111 | 1010 | 11001100 | 10110 | 1011111 | 0 | 10100 | 100011110 | 1011011 | 101010 |
Color Harmonies of #9F0ACC
Complementary color
Monochromatic Colors of #9F0ACC
Black with #9F0ACC
Text Example
Text Example
White with #9F0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0ACC; }
p { color: rgb(159,10,204); }
H1.HeaderClassName
{
color: #9F0ACC;
}
.AnyTagClassName
{
color: #9F0ACC;
}
</style>
background-color css
<style>
a { background-color: #9F0ACC; }
a { background-color: rgb(159,10,204); }
div.DivClassName
{
background-color: #9F0ACC;
}
.BgClassName
{
background-color: #9F0ACC;
}
</style>
border-color css
<style>
span { border-color: #9F0ACC; }
span { border-color: rgb(159,10,204); }
td.TdClassName
{
border-color: #9F0ACC;
}
.TagClassName
{
border-color: #9F0ACC;
}
</style>