Shades of Dark Violet #9903BD
Tints of Dark Violet #9903BD
RGB
CMYK
RGB Variations
Color information
#9903BD (or 0x9903BD) is known color: Dark Violet. HEX triplet: 99, 03 and BD. RGB value is (153,3,189). Sum of RGB (Red+Green+Blue) = 153+3+189=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #9903BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903BD is #66FC42. Grayscale: #444444. Windows color (decimal): -6749251 or 12387225. OLE color: 12387225.
HSL color Cylindrical-coordinate representation of color #9903BD: hue angle of 288.39º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9903BD is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 3 | 189 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.26 |
| HSL | 288.39º | 0.97% | 0.38% | - |
| HSV(B) | 288.39º | 0.98% | 0.74% | - |
| XYZ | 22.35 | 10.51 | 48.99 | - |
| YUV | 69.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 189 | 0.19 | 0.98 | 0 | 0.26 | 288.39 | 0.97 | 0.38 |
| Hex | 99 | 3 | BD | 13 | 62 | 0 | 1A | 120 | 61 | 26 |
| Octal | 231 | 3 | 275 | 23 | 142 | 0 | 32 | 440 | 141 | 46 |
| Binary | 10011001 | 11 | 10111101 | 10011 | 1100010 | 0 | 11010 | 100100000 | 1100001 | 100110 |
Color Harmonies of #9903BD
Complementary color
Monochromatic Colors of #9903BD
Black with #9903BD
Text Example
Text Example
White with #9903BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903BD; }
p { color: rgb(153,3,189); }
H1.HeaderClassName
{
color: #9903BD;
}
.AnyTagClassName
{
color: #9903BD;
}
</style>
background-color css
<style>
a { background-color: #9903BD; }
a { background-color: rgb(153,3,189); }
div.DivClassName
{
background-color: #9903BD;
}
.BgClassName
{
background-color: #9903BD;
}
</style>
border-color css
<style>
span { border-color: #9903BD; }
span { border-color: rgb(153,3,189); }
td.TdClassName
{
border-color: #9903BD;
}
.TagClassName
{
border-color: #9903BD;
}
</style>