Shades of Dark Violet #9C0FEB
Tints of Dark Violet #9C0FEB
RGB
CMYK
RGB Variations
Color information
#9C0FEB (or 0x9C0FEB) is known color: Dark Violet. HEX triplet: 9C, 0F and EB. RGB value is (156,15,235). Sum of RGB (Red+Green+Blue) = 156+15+235=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C0FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0FEB is #63F014. Grayscale: #515151. Windows color (decimal): -6549525 or 15404956. OLE color: 15404956.
HSL color Cylindrical-coordinate representation of color #9C0FEB: hue angle of 278.45º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0FEB is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 15 | 235 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.08 |
| HSL | 278.45º | 0.88% | 0.49% | - |
| HSV(B) | 278.45º | 0.94% | 0.92% | - |
| XYZ | 28.88 | 13.41 | 79.66 | - |
| YUV | 82.24 | 214.21 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 235 | 0.34 | 0.94 | 0 | 0.08 | 278.45 | 0.88 | 0.49 |
| Hex | 9C | F | EB | 22 | 5E | 0 | 8 | 116 | 58 | 31 |
| Octal | 234 | 17 | 353 | 42 | 136 | 0 | 10 | 426 | 130 | 61 |
| Binary | 10011100 | 1111 | 11101011 | 100010 | 1011110 | 0 | 1000 | 100010110 | 1011000 | 110001 |
Color Harmonies of #9C0FEB
Complementary color
Monochromatic Colors of #9C0FEB
Black with #9C0FEB
Text Example
Text Example
White with #9C0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0FEB; }
p { color: rgb(156,15,235); }
H1.HeaderClassName
{
color: #9C0FEB;
}
.AnyTagClassName
{
color: #9C0FEB;
}
</style>
background-color css
<style>
a { background-color: #9C0FEB; }
a { background-color: rgb(156,15,235); }
div.DivClassName
{
background-color: #9C0FEB;
}
.BgClassName
{
background-color: #9C0FEB;
}
</style>
border-color css
<style>
span { border-color: #9C0FEB; }
span { border-color: rgb(156,15,235); }
td.TdClassName
{
border-color: #9C0FEB;
}
.TagClassName
{
border-color: #9C0FEB;
}
</style>