Shades of Dark Violet #9D0DC8
Tints of Dark Violet #9D0DC8
RGB
CMYK
RGB Variations
Color information
#9D0DC8 (or 0x9D0DC8) is known color: Dark Violet. HEX triplet: 9D, 0D and C8. RGB value is (157,13,200). Sum of RGB (Red+Green+Blue) = 157+13+200=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 200 (78.52% from 255 or 54.05% from 370); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D0DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0DC8 is #62F237. Grayscale: #4C4C4C. Windows color (decimal): -6484536 or 13110685. OLE color: 13110685.
HSL color Cylindrical-coordinate representation of color #9D0DC8: hue angle of 286.2º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0DC8 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 13 | 200 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.22 |
| HSL | 286.2º | 0.88% | 0.42% | - |
| HSV(B) | 286.2º | 0.94% | 0.78% | - |
| XYZ | 24.47 | 11.63 | 55.6 | - |
| YUV | 77.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 13 | 200 | 0.22 | 0.94 | 0 | 0.22 | 286.2 | 0.88 | 0.42 |
| Hex | 9D | D | C8 | 16 | 5E | 0 | 16 | 11E | 58 | 2A |
| Octal | 235 | 15 | 310 | 26 | 136 | 0 | 26 | 436 | 130 | 52 |
| Binary | 10011101 | 1101 | 11001000 | 10110 | 1011110 | 0 | 10110 | 100011110 | 1011000 | 101010 |
Color Harmonies of #9D0DC8
Complementary color
Monochromatic Colors of #9D0DC8
Black with #9D0DC8
Text Example
Text Example
White with #9D0DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0DC8; }
p { color: rgb(157,13,200); }
H1.HeaderClassName
{
color: #9D0DC8;
}
.AnyTagClassName
{
color: #9D0DC8;
}
</style>
background-color css
<style>
a { background-color: #9D0DC8; }
a { background-color: rgb(157,13,200); }
div.DivClassName
{
background-color: #9D0DC8;
}
.BgClassName
{
background-color: #9D0DC8;
}
</style>
border-color css
<style>
span { border-color: #9D0DC8; }
span { border-color: rgb(157,13,200); }
td.TdClassName
{
border-color: #9D0DC8;
}
.TagClassName
{
border-color: #9D0DC8;
}
</style>