Shades of Dark Violet #9F09CB
Tints of Dark Violet #9F09CB
RGB
CMYK
RGB Variations
Color information
#9F09CB (or 0x9F09CB) is known color: Dark Violet. HEX triplet: 9F, 09 and CB. RGB value is (159,9,203). Sum of RGB (Red+Green+Blue) = 159+9+203=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F09CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09CB is #60F634. Grayscale: #4B4B4B. Windows color (decimal): -6354485 or 13306271. OLE color: 13306271.
HSL color Cylindrical-coordinate representation of color #9F09CB: hue angle of 286.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F09CB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 9 | 203 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.20 |
| HSL | 286.39º | 0.92% | 0.42% | - |
| HSV(B) | 286.39º | 0.96% | 0.8% | - |
| XYZ | 25.18 | 11.88 | 57.47 | - |
| YUV | 75.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 203 | 0.22 | 0.96 | 0 | 0.20 | 286.39 | 0.92 | 0.42 |
| Hex | 9F | 9 | CB | 16 | 60 | 0 | 14 | 11E | 5C | 2A |
| Octal | 237 | 11 | 313 | 26 | 140 | 0 | 24 | 436 | 134 | 52 |
| Binary | 10011111 | 1001 | 11001011 | 10110 | 1100000 | 0 | 10100 | 100011110 | 1011100 | 101010 |
Color Harmonies of #9F09CB
Complementary color
Monochromatic Colors of #9F09CB
Black with #9F09CB
Text Example
Text Example
White with #9F09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09CB; }
p { color: rgb(159,9,203); }
H1.HeaderClassName
{
color: #9F09CB;
}
.AnyTagClassName
{
color: #9F09CB;
}
</style>
background-color css
<style>
a { background-color: #9F09CB; }
a { background-color: rgb(159,9,203); }
div.DivClassName
{
background-color: #9F09CB;
}
.BgClassName
{
background-color: #9F09CB;
}
</style>
border-color css
<style>
span { border-color: #9F09CB; }
span { border-color: rgb(159,9,203); }
td.TdClassName
{
border-color: #9F09CB;
}
.TagClassName
{
border-color: #9F09CB;
}
</style>