Shades of Dark Violet #9D0BDA
Tints of Dark Violet #9D0BDA
RGB
CMYK
RGB Variations
Color information
#9D0BDA (or 0x9D0BDA) is known color: Dark Violet. HEX triplet: 9D, 0B and DA. RGB value is (157,11,218). Sum of RGB (Red+Green+Blue) = 157+11+218=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D0BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BDA is #62F425. Grayscale: #4D4D4D. Windows color (decimal): -6485030 or 14289821. OLE color: 14289821.
HSL color Cylindrical-coordinate representation of color #9D0BDA: hue angle of 282.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0BDA is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 11 | 218 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.15 |
| HSL | 282.32º | 0.9% | 0.45% | - |
| HSV(B) | 282.32º | 0.95% | 0.85% | - |
| XYZ | 26.68 | 12.47 | 67.33 | - |
| YUV | 78.25 | 206.87 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 218 | 0.28 | 0.95 | 0 | 0.15 | 282.32 | 0.9 | 0.45 |
| Hex | 9D | B | DA | 1C | 5F | 0 | F | 11A | 5A | 2D |
| Octal | 235 | 13 | 332 | 34 | 137 | 0 | 17 | 432 | 132 | 55 |
| Binary | 10011101 | 1011 | 11011010 | 11100 | 1011111 | 0 | 1111 | 100011010 | 1011010 | 101101 |
Color Harmonies of #9D0BDA
Complementary color
Monochromatic Colors of #9D0BDA
Black with #9D0BDA
Text Example
Text Example
White with #9D0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BDA; }
p { color: rgb(157,11,218); }
H1.HeaderClassName
{
color: #9D0BDA;
}
.AnyTagClassName
{
color: #9D0BDA;
}
</style>
background-color css
<style>
a { background-color: #9D0BDA; }
a { background-color: rgb(157,11,218); }
div.DivClassName
{
background-color: #9D0BDA;
}
.BgClassName
{
background-color: #9D0BDA;
}
</style>
border-color css
<style>
span { border-color: #9D0BDA; }
span { border-color: rgb(157,11,218); }
td.TdClassName
{
border-color: #9D0BDA;
}
.TagClassName
{
border-color: #9D0BDA;
}
</style>