Shades of Dark Violet #9D0CEB
Tints of Dark Violet #9D0CEB
RGB
CMYK
RGB Variations
Color information
#9D0CEB (or 0x9D0CEB) is known color: Dark Violet. HEX triplet: 9D, 0C and EB. RGB value is (157,12,235). Sum of RGB (Red+Green+Blue) = 157+12+235=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D0CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D0CEB is #62F314. Grayscale: #505050. Windows color (decimal): -6484757 or 15404189. OLE color: 15404189.
HSL color Cylindrical-coordinate representation of color #9D0CEB: hue angle of 279.01º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CEB is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 12 | 235 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.08 |
| HSL | 279.01º | 0.9% | 0.48% | - |
| HSV(B) | 279.01º | 0.95% | 0.92% | - |
| XYZ | 29.03 | 13.43 | 79.66 | - |
| YUV | 80.78 | 215.04 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 235 | 0.33 | 0.95 | 0 | 0.08 | 279.01 | 0.9 | 0.48 |
| Hex | 9D | C | EB | 21 | 5F | 0 | 8 | 117 | 5A | 30 |
| Octal | 235 | 14 | 353 | 41 | 137 | 0 | 10 | 427 | 132 | 60 |
| Binary | 10011101 | 1100 | 11101011 | 100001 | 1011111 | 0 | 1000 | 100010111 | 1011010 | 110000 |
Color Harmonies of #9D0CEB
Complementary color
Monochromatic Colors of #9D0CEB
Black with #9D0CEB
Text Example
Text Example
White with #9D0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0CEB; }
p { color: rgb(157,12,235); }
H1.HeaderClassName
{
color: #9D0CEB;
}
.AnyTagClassName
{
color: #9D0CEB;
}
</style>
background-color css
<style>
a { background-color: #9D0CEB; }
a { background-color: rgb(157,12,235); }
div.DivClassName
{
background-color: #9D0CEB;
}
.BgClassName
{
background-color: #9D0CEB;
}
</style>
border-color css
<style>
span { border-color: #9D0CEB; }
span { border-color: rgb(157,12,235); }
td.TdClassName
{
border-color: #9D0CEB;
}
.TagClassName
{
border-color: #9D0CEB;
}
</style>