Shades of Dark Violet #9905BD
Tints of Dark Violet #9905BD
RGB
CMYK
RGB Variations
Color information
#9905BD (or 0x9905BD) is known color: Dark Violet. HEX triplet: 99, 05 and BD. RGB value is (153,5,189). Sum of RGB (Red+Green+Blue) = 153+5+189=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #9905BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905BD is #66FA42. Grayscale: #454545. Windows color (decimal): -6748739 or 12387737. OLE color: 12387737.
HSL color Cylindrical-coordinate representation of color #9905BD: hue angle of 288.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9905BD is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 5 | 189 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.26 |
| HSL | 288.26º | 0.95% | 0.38% | - |
| HSV(B) | 288.26º | 0.97% | 0.74% | - |
| XYZ | 22.38 | 10.55 | 49 | - |
| YUV | 70.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 189 | 0.19 | 0.97 | 0 | 0.26 | 288.26 | 0.95 | 0.38 |
| Hex | 99 | 5 | BD | 13 | 61 | 0 | 1A | 120 | 5F | 26 |
| Octal | 231 | 5 | 275 | 23 | 141 | 0 | 32 | 440 | 137 | 46 |
| Binary | 10011001 | 101 | 10111101 | 10011 | 1100001 | 0 | 11010 | 100100000 | 1011111 | 100110 |
Color Harmonies of #9905BD
Complementary color
Monochromatic Colors of #9905BD
Black with #9905BD
Text Example
Text Example
White with #9905BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905BD; }
p { color: rgb(153,5,189); }
H1.HeaderClassName
{
color: #9905BD;
}
.AnyTagClassName
{
color: #9905BD;
}
</style>
background-color css
<style>
a { background-color: #9905BD; }
a { background-color: rgb(153,5,189); }
div.DivClassName
{
background-color: #9905BD;
}
.BgClassName
{
background-color: #9905BD;
}
</style>
border-color css
<style>
span { border-color: #9905BD; }
span { border-color: rgb(153,5,189); }
td.TdClassName
{
border-color: #9905BD;
}
.TagClassName
{
border-color: #9905BD;
}
</style>