Shades of Dark Violet #9D0CDE
Tints of Dark Violet #9D0CDE
RGB
CMYK
RGB Variations
Color information
#9D0CDE (or 0x9D0CDE) is known color: Dark Violet. HEX triplet: 9D, 0C and DE. RGB value is (157,12,222). Sum of RGB (Red+Green+Blue) = 157+12+222=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CDE is #62F321. Grayscale: #4E4E4E. Windows color (decimal): -6484770 or 14552221. OLE color: 14552221.
HSL color Cylindrical-coordinate representation of color #9D0CDE: hue angle of 281.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CDE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 12 | 222 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.13 |
| HSL | 281.43º | 0.9% | 0.46% | - |
| HSV(B) | 281.43º | 0.95% | 0.87% | - |
| XYZ | 27.22 | 12.7 | 70.12 | - |
| YUV | 79.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 222 | 0.29 | 0.95 | 0 | 0.13 | 281.43 | 0.9 | 0.46 |
| Hex | 9D | C | DE | 1D | 5F | 0 | D | 119 | 5A | 2E |
| Octal | 235 | 14 | 336 | 35 | 137 | 0 | 15 | 431 | 132 | 56 |
| Binary | 10011101 | 1100 | 11011110 | 11101 | 1011111 | 0 | 1101 | 100011001 | 1011010 | 101110 |
Color Harmonies of #9D0CDE
Complementary color
Monochromatic Colors of #9D0CDE
Black with #9D0CDE
Text Example
Text Example
White with #9D0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CDE; }
p { color: rgb(157,12,222); }
H1.HeaderClassName
{
color: #9D0CDE;
}
.AnyTagClassName
{
color: #9D0CDE;
}
</style>
background-color css
<style>
a { background-color: #9D0CDE; }
a { background-color: rgb(157,12,222); }
div.DivClassName
{
background-color: #9D0CDE;
}
.BgClassName
{
background-color: #9D0CDE;
}
</style>
border-color css
<style>
span { border-color: #9D0CDE; }
span { border-color: rgb(157,12,222); }
td.TdClassName
{
border-color: #9D0CDE;
}
.TagClassName
{
border-color: #9D0CDE;
}
</style>