Shades of Dark Violet #9D0ECB
Tints of Dark Violet #9D0ECB
RGB
CMYK
RGB Variations
Color information
#9D0ECB (or 0x9D0ECB) is known color: Dark Violet. HEX triplet: 9D, 0E and CB. RGB value is (157,14,203). Sum of RGB (Red+Green+Blue) = 157+14+203=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D0ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0ECB is #62F134. Grayscale: #4D4D4D. Windows color (decimal): -6484277 or 13307549. OLE color: 13307549.
HSL color Cylindrical-coordinate representation of color #9D0ECB: hue angle of 285.4º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0ECB is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 14 | 203 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.20 |
| HSL | 285.4º | 0.87% | 0.43% | - |
| HSV(B) | 285.4º | 0.93% | 0.8% | - |
| XYZ | 24.84 | 11.79 | 57.47 | - |
| YUV | 78.3 | 198.38 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 203 | 0.23 | 0.93 | 0 | 0.20 | 285.4 | 0.87 | 0.43 |
| Hex | 9D | E | CB | 17 | 5D | 0 | 14 | 11D | 57 | 2B |
| Octal | 235 | 16 | 313 | 27 | 135 | 0 | 24 | 435 | 127 | 53 |
| Binary | 10011101 | 1110 | 11001011 | 10111 | 1011101 | 0 | 10100 | 100011101 | 1010111 | 101011 |
Color Harmonies of #9D0ECB
Complementary color
Monochromatic Colors of #9D0ECB
Black with #9D0ECB
Text Example
Text Example
White with #9D0ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0ECB; }
p { color: rgb(157,14,203); }
H1.HeaderClassName
{
color: #9D0ECB;
}
.AnyTagClassName
{
color: #9D0ECB;
}
</style>
background-color css
<style>
a { background-color: #9D0ECB; }
a { background-color: rgb(157,14,203); }
div.DivClassName
{
background-color: #9D0ECB;
}
.BgClassName
{
background-color: #9D0ECB;
}
</style>
border-color css
<style>
span { border-color: #9D0ECB; }
span { border-color: rgb(157,14,203); }
td.TdClassName
{
border-color: #9D0ECB;
}
.TagClassName
{
border-color: #9D0ECB;
}
</style>