Shades of Dark Violet #9C0FED
Tints of Dark Violet #9C0FED
RGB
CMYK
RGB Variations
Color information
#9C0FED (or 0x9C0FED) is known color: Dark Violet. HEX triplet: 9C, 0F and ED. RGB value is (156,15,237). Sum of RGB (Red+Green+Blue) = 156+15+237=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C0FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0FED is #63F012. Grayscale: #515151. Windows color (decimal): -6549523 or 15536028. OLE color: 15536028.
HSL color Cylindrical-coordinate representation of color #9C0FED: hue angle of 278.11º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0FED is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 15 | 237 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.07 |
| HSL | 278.11º | 0.88% | 0.49% | - |
| HSV(B) | 278.11º | 0.94% | 0.93% | - |
| XYZ | 29.17 | 13.52 | 81.19 | - |
| YUV | 82.47 | 215.21 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 237 | 0.34 | 0.94 | 0 | 0.07 | 278.11 | 0.88 | 0.49 |
| Hex | 9C | F | ED | 22 | 5E | 0 | 7 | 116 | 58 | 31 |
| Octal | 234 | 17 | 355 | 42 | 136 | 0 | 7 | 426 | 130 | 61 |
| Binary | 10011100 | 1111 | 11101101 | 100010 | 1011110 | 0 | 111 | 100010110 | 1011000 | 110001 |
Color Harmonies of #9C0FED
Complementary color
Monochromatic Colors of #9C0FED
Black with #9C0FED
Text Example
Text Example
White with #9C0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0FED; }
p { color: rgb(156,15,237); }
H1.HeaderClassName
{
color: #9C0FED;
}
.AnyTagClassName
{
color: #9C0FED;
}
</style>
background-color css
<style>
a { background-color: #9C0FED; }
a { background-color: rgb(156,15,237); }
div.DivClassName
{
background-color: #9C0FED;
}
.BgClassName
{
background-color: #9C0FED;
}
</style>
border-color css
<style>
span { border-color: #9C0FED; }
span { border-color: rgb(156,15,237); }
td.TdClassName
{
border-color: #9C0FED;
}
.TagClassName
{
border-color: #9C0FED;
}
</style>