Shades of Dark Violet #9D0CE2
Tints of Dark Violet #9D0CE2
RGB
CMYK
RGB Variations
Color information
#9D0CE2 (or 0x9D0CE2) is known color: Dark Violet. HEX triplet: 9D, 0C and E2. RGB value is (157,12,226). Sum of RGB (Red+Green+Blue) = 157+12+226=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #9D0CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CE2 is #62F31D. Grayscale: #4F4F4F. Windows color (decimal): -6484766 or 14814365. OLE color: 14814365.
HSL color Cylindrical-coordinate representation of color #9D0CE2: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CE2 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 12 | 226 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.11 |
| HSL | 280.65º | 0.9% | 0.47% | - |
| HSV(B) | 280.65º | 0.95% | 0.89% | - |
| XYZ | 27.76 | 12.92 | 72.98 | - |
| YUV | 79.75 | 210.54 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 226 | 0.31 | 0.95 | 0 | 0.11 | 280.65 | 0.9 | 0.47 |
| Hex | 9D | C | E2 | 1F | 5F | 0 | B | 119 | 5A | 2F |
| Octal | 235 | 14 | 342 | 37 | 137 | 0 | 13 | 431 | 132 | 57 |
| Binary | 10011101 | 1100 | 11100010 | 11111 | 1011111 | 0 | 1011 | 100011001 | 1011010 | 101111 |
Color Harmonies of #9D0CE2
Complementary color
Monochromatic Colors of #9D0CE2
Black with #9D0CE2
Text Example
Text Example
White with #9D0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CE2; }
p { color: rgb(157,12,226); }
H1.HeaderClassName
{
color: #9D0CE2;
}
.AnyTagClassName
{
color: #9D0CE2;
}
</style>
background-color css
<style>
a { background-color: #9D0CE2; }
a { background-color: rgb(157,12,226); }
div.DivClassName
{
background-color: #9D0CE2;
}
.BgClassName
{
background-color: #9D0CE2;
}
</style>
border-color css
<style>
span { border-color: #9D0CE2; }
span { border-color: rgb(157,12,226); }
td.TdClassName
{
border-color: #9D0CE2;
}
.TagClassName
{
border-color: #9D0CE2;
}
</style>