Shades of Dark Violet #9D0BDE
Tints of Dark Violet #9D0BDE
RGB
CMYK
RGB Variations
Color information
#9D0BDE (or 0x9D0BDE) is known color: Dark Violet. HEX triplet: 9D, 0B and DE. RGB value is (157,11,222). Sum of RGB (Red+Green+Blue) = 157+11+222=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BDE is #62F421. Grayscale: #4E4E4E. Windows color (decimal): -6485026 or 14551965. OLE color: 14551965.
HSL color Cylindrical-coordinate representation of color #9D0BDE: hue angle of 281.52º degrees, saturation: 0.91, 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 #9D0BDE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 11 | 222 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.13 |
| HSL | 281.52º | 0.91% | 0.46% | - |
| HSV(B) | 281.52º | 0.95% | 0.87% | - |
| XYZ | 27.21 | 12.68 | 70.12 | - |
| YUV | 78.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 222 | 0.29 | 0.95 | 0 | 0.13 | 281.52 | 0.91 | 0.46 |
| Hex | 9D | B | DE | 1D | 5F | 0 | D | 11A | 5B | 2E |
| Octal | 235 | 13 | 336 | 35 | 137 | 0 | 15 | 432 | 133 | 56 |
| Binary | 10011101 | 1011 | 11011110 | 11101 | 1011111 | 0 | 1101 | 100011010 | 1011011 | 101110 |
Color Harmonies of #9D0BDE
Complementary color
Monochromatic Colors of #9D0BDE
Black with #9D0BDE
Text Example
Text Example
White with #9D0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BDE; }
p { color: rgb(157,11,222); }
H1.HeaderClassName
{
color: #9D0BDE;
}
.AnyTagClassName
{
color: #9D0BDE;
}
</style>
background-color css
<style>
a { background-color: #9D0BDE; }
a { background-color: rgb(157,11,222); }
div.DivClassName
{
background-color: #9D0BDE;
}
.BgClassName
{
background-color: #9D0BDE;
}
</style>
border-color css
<style>
span { border-color: #9D0BDE; }
span { border-color: rgb(157,11,222); }
td.TdClassName
{
border-color: #9D0BDE;
}
.TagClassName
{
border-color: #9D0BDE;
}
</style>