Shades of Dark Violet #9D11B8
Tints of Dark Violet #9D11B8
RGB
CMYK
RGB Variations
Color information
#9D11B8 (or 0x9D11B8) is known color: Dark Violet. HEX triplet: 9D, 11 and B8. RGB value is (157,17,184). Sum of RGB (Red+Green+Blue) = 157+17+184=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #9D11B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11B8 is #62EE47. Grayscale: #4D4D4D. Windows color (decimal): -6483528 or 12063133. OLE color: 12063133.
HSL color Cylindrical-coordinate representation of color #9D11B8: hue angle of 290.3º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D11B8 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 157 | 17 | 184 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.28 |
| HSL | 290.3º | 0.83% | 0.39% | - |
| HSV(B) | 290.3º | 0.91% | 0.72% | - |
| XYZ | 22.76 | 11.03 | 46.28 | - |
| YUV | 77.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 184 | 0.15 | 0.91 | 0 | 0.28 | 290.3 | 0.83 | 0.39 |
| Hex | 9D | 11 | B8 | F | 5B | 0 | 1C | 122 | 53 | 27 |
| Octal | 235 | 21 | 270 | 17 | 133 | 0 | 34 | 442 | 123 | 47 |
| Binary | 10011101 | 10001 | 10111000 | 1111 | 1011011 | 0 | 11100 | 100100010 | 1010011 | 100111 |
Color Harmonies of #9D11B8
Complementary color
Monochromatic Colors of #9D11B8
Black with #9D11B8
Text Example
Text Example
White with #9D11B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D11B8; }
p { color: rgb(157,17,184); }
H1.HeaderClassName
{
color: #9D11B8;
}
.AnyTagClassName
{
color: #9D11B8;
}
</style>
background-color css
<style>
a { background-color: #9D11B8; }
a { background-color: rgb(157,17,184); }
div.DivClassName
{
background-color: #9D11B8;
}
.BgClassName
{
background-color: #9D11B8;
}
</style>
border-color css
<style>
span { border-color: #9D11B8; }
span { border-color: rgb(157,17,184); }
td.TdClassName
{
border-color: #9D11B8;
}
.TagClassName
{
border-color: #9D11B8;
}
</style>