Shades of Dark Violet #9F0BCA
Tints of Dark Violet #9F0BCA
RGB
CMYK
RGB Variations
Color information
#9F0BCA (or 0x9F0BCA) is known color: Dark Violet. HEX triplet: 9F, 0B and CA. RGB value is (159,11,202). Sum of RGB (Red+Green+Blue) = 159+11+202=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BCA is #60F435. Grayscale: #4C4C4C. Windows color (decimal): -6353974 or 13241247. OLE color: 13241247.
HSL color Cylindrical-coordinate representation of color #9F0BCA: hue angle of 286.49º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0BCA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 11 | 202 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.21 |
| HSL | 286.49º | 0.9% | 0.42% | - |
| HSV(B) | 286.49º | 0.95% | 0.79% | - |
| XYZ | 25.08 | 11.87 | 56.85 | - |
| YUV | 77.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 202 | 0.21 | 0.95 | 0 | 0.21 | 286.49 | 0.9 | 0.42 |
| Hex | 9F | B | CA | 15 | 5F | 0 | 15 | 11E | 5A | 2A |
| Octal | 237 | 13 | 312 | 25 | 137 | 0 | 25 | 436 | 132 | 52 |
| Binary | 10011111 | 1011 | 11001010 | 10101 | 1011111 | 0 | 10101 | 100011110 | 1011010 | 101010 |
Color Harmonies of #9F0BCA
Complementary color
Monochromatic Colors of #9F0BCA
Black with #9F0BCA
Text Example
Text Example
White with #9F0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BCA; }
p { color: rgb(159,11,202); }
H1.HeaderClassName
{
color: #9F0BCA;
}
.AnyTagClassName
{
color: #9F0BCA;
}
</style>
background-color css
<style>
a { background-color: #9F0BCA; }
a { background-color: rgb(159,11,202); }
div.DivClassName
{
background-color: #9F0BCA;
}
.BgClassName
{
background-color: #9F0BCA;
}
</style>
border-color css
<style>
span { border-color: #9F0BCA; }
span { border-color: rgb(159,11,202); }
td.TdClassName
{
border-color: #9F0BCA;
}
.TagClassName
{
border-color: #9F0BCA;
}
</style>