Shades of Dark Violet #9900B4
Tints of Dark Violet #9900B4
RGB
CMYK
RGB Variations
Color information
#9900B4 (or 0x9900B4) is known color: Dark Violet. HEX triplet: 99, 00 and B4. RGB value is (153,0,180). Sum of RGB (Red+Green+Blue) = 153+0+180=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #9900B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9900B4 is #66FF4B. Grayscale: #414141. Windows color (decimal): -6750028 or 11796633. OLE color: 11796633.
HSL color Cylindrical-coordinate representation of color #9900B4: hue angle of 291º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900B4 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 0 | 180 | - |
| CMYK | 0.15 | 1 | 0 | 0.29 |
| HSL | 291º | 1% | 0.35% | - |
| HSV(B) | 291º | 1% | 0.71% | - |
| XYZ | 21.38 | 10.07 | 44 | - |
| YUV | 66.27 | 192.19 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 180 | 0.15 | 1 | 0 | 0.29 | 291 | 1 | 0.35 |
| Hex | 99 | 0 | B4 | F | 64 | 0 | 1D | 123 | 64 | 23 |
| Octal | 231 | 0 | 264 | 17 | 144 | 0 | 35 | 443 | 144 | 43 |
| Binary | 10011001 | 0 | 10110100 | 1111 | 1100100 | 0 | 11101 | 100100011 | 1100100 | 100011 |
Color Harmonies of #9900B4
Complementary color
Monochromatic Colors of #9900B4
Black with #9900B4
Text Example
Text Example
White with #9900B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900B4; }
p { color: rgb(153,0,180); }
H1.HeaderClassName
{
color: #9900B4;
}
.AnyTagClassName
{
color: #9900B4;
}
</style>
background-color css
<style>
a { background-color: #9900B4; }
a { background-color: rgb(153,0,180); }
div.DivClassName
{
background-color: #9900B4;
}
.BgClassName
{
background-color: #9900B4;
}
</style>
border-color css
<style>
span { border-color: #9900B4; }
span { border-color: rgb(153,0,180); }
td.TdClassName
{
border-color: #9900B4;
}
.TagClassName
{
border-color: #9900B4;
}
</style>