Shades of Dark Violet #9C0DC7
Tints of Dark Violet #9C0DC7
RGB
CMYK
RGB Variations
Color information
#9C0DC7 (or 0x9C0DC7) is known color: Dark Violet. HEX triplet: 9C, 0D and C7. RGB value is (156,13,199). Sum of RGB (Red+Green+Blue) = 156+13+199=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #9C0DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DC7 is #63F238. Grayscale: #4C4C4C. Windows color (decimal): -6550073 or 13045148. OLE color: 13045148.
HSL color Cylindrical-coordinate representation of color #9C0DC7: hue angle of 286.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0DC7 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 13 | 199 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.22 |
| HSL | 286.13º | 0.88% | 0.42% | - |
| HSV(B) | 286.13º | 0.93% | 0.78% | - |
| XYZ | 24.16 | 11.48 | 54.98 | - |
| YUV | 76.96 | 196.88 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 199 | 0.22 | 0.93 | 0 | 0.22 | 286.13 | 0.88 | 0.42 |
| Hex | 9C | D | C7 | 16 | 5D | 0 | 16 | 11E | 58 | 2A |
| Octal | 234 | 15 | 307 | 26 | 135 | 0 | 26 | 436 | 130 | 52 |
| Binary | 10011100 | 1101 | 11000111 | 10110 | 1011101 | 0 | 10110 | 100011110 | 1011000 | 101010 |
Color Harmonies of #9C0DC7
Complementary color
Monochromatic Colors of #9C0DC7
Black with #9C0DC7
Text Example
Text Example
White with #9C0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DC7; }
p { color: rgb(156,13,199); }
H1.HeaderClassName
{
color: #9C0DC7;
}
.AnyTagClassName
{
color: #9C0DC7;
}
</style>
background-color css
<style>
a { background-color: #9C0DC7; }
a { background-color: rgb(156,13,199); }
div.DivClassName
{
background-color: #9C0DC7;
}
.BgClassName
{
background-color: #9C0DC7;
}
</style>
border-color css
<style>
span { border-color: #9C0DC7; }
span { border-color: rgb(156,13,199); }
td.TdClassName
{
border-color: #9C0DC7;
}
.TagClassName
{
border-color: #9C0DC7;
}
</style>