Shades of Dark Violet #9C0DF6
Tints of Dark Violet #9C0DF6
RGB
CMYK
RGB Variations
Color information
#9C0DF6 (or 0x9C0DF6) is known color: Dark Violet. HEX triplet: 9C, 0D and F6. RGB value is (156,13,246). Sum of RGB (Red+Green+Blue) = 156+13+246=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 246 (96.48% from 255 or 59.28% from 415); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C0DF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DF6 is #63F209. Grayscale: #515151. Windows color (decimal): -6550026 or 16125340. OLE color: 16125340.
HSL color Cylindrical-coordinate representation of color #9C0DF6: hue angle of 276.82º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0DF6 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 13 | 246 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.04 |
| HSL | 276.82º | 0.93% | 0.51% | - |
| HSV(B) | 276.82º | 0.95% | 0.96% | - |
| XYZ | 30.49 | 14.01 | 88.29 | - |
| YUV | 82.32 | 220.38 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 246 | 0.37 | 0.95 | 0 | 0.04 | 276.82 | 0.93 | 0.51 |
| Hex | 9C | D | F6 | 25 | 5F | 0 | 4 | 115 | 5D | 33 |
| Octal | 234 | 15 | 366 | 45 | 137 | 0 | 4 | 425 | 135 | 63 |
| Binary | 10011100 | 1101 | 11110110 | 100101 | 1011111 | 0 | 100 | 100010101 | 1011101 | 110011 |
Color Harmonies of #9C0DF6
Complementary color
Monochromatic Colors of #9C0DF6
Black with #9C0DF6
Text Example
Text Example
White with #9C0DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DF6; }
p { color: rgb(156,13,246); }
H1.HeaderClassName
{
color: #9C0DF6;
}
.AnyTagClassName
{
color: #9C0DF6;
}
</style>
background-color css
<style>
a { background-color: #9C0DF6; }
a { background-color: rgb(156,13,246); }
div.DivClassName
{
background-color: #9C0DF6;
}
.BgClassName
{
background-color: #9C0DF6;
}
</style>
border-color css
<style>
span { border-color: #9C0DF6; }
span { border-color: rgb(156,13,246); }
td.TdClassName
{
border-color: #9C0DF6;
}
.TagClassName
{
border-color: #9C0DF6;
}
</style>