Shades of Dark Violet #9D0CDD
Tints of Dark Violet #9D0CDD
RGB
CMYK
RGB Variations
Color information
#9D0CDD (or 0x9D0CDD) is known color: Dark Violet. HEX triplet: 9D, 0C and DD. RGB value is (157,12,221). Sum of RGB (Red+Green+Blue) = 157+12+221=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CDD is #62F322. Grayscale: #4E4E4E. Windows color (decimal): -6484771 or 14486685. OLE color: 14486685.
HSL color Cylindrical-coordinate representation of color #9D0CDD: hue angle of 281.63º 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 #9D0CDD is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 12 | 221 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.13 |
| HSL | 281.63º | 0.9% | 0.46% | - |
| HSV(B) | 281.63º | 0.95% | 0.87% | - |
| XYZ | 27.09 | 12.65 | 69.42 | - |
| YUV | 79.18 | 208.04 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 221 | 0.29 | 0.95 | 0 | 0.13 | 281.63 | 0.9 | 0.46 |
| Hex | 9D | C | DD | 1D | 5F | 0 | D | 11A | 5A | 2E |
| Octal | 235 | 14 | 335 | 35 | 137 | 0 | 15 | 432 | 132 | 56 |
| Binary | 10011101 | 1100 | 11011101 | 11101 | 1011111 | 0 | 1101 | 100011010 | 1011010 | 101110 |
Color Harmonies of #9D0CDD
Complementary color
Monochromatic Colors of #9D0CDD
Black with #9D0CDD
Text Example
Text Example
White with #9D0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CDD; }
p { color: rgb(157,12,221); }
H1.HeaderClassName
{
color: #9D0CDD;
}
.AnyTagClassName
{
color: #9D0CDD;
}
</style>
background-color css
<style>
a { background-color: #9D0CDD; }
a { background-color: rgb(157,12,221); }
div.DivClassName
{
background-color: #9D0CDD;
}
.BgClassName
{
background-color: #9D0CDD;
}
</style>
border-color css
<style>
span { border-color: #9D0CDD; }
span { border-color: rgb(157,12,221); }
td.TdClassName
{
border-color: #9D0CDD;
}
.TagClassName
{
border-color: #9D0CDD;
}
</style>