Shades of Dark Violet #9906B1
Tints of Dark Violet #9906B1
RGB
CMYK
RGB Variations
Color information
#9906B1 (or 0x9906B1) is known color: Dark Violet. HEX triplet: 99, 06 and B1. RGB value is (153,6,177). Sum of RGB (Red+Green+Blue) = 153+6+177=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #9906B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9906B1 is #66F94E. Grayscale: #444444. Windows color (decimal): -6748495 or 11601561. OLE color: 11601561.
HSL color Cylindrical-coordinate representation of color #9906B1: hue angle of 291.58º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9906B1 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 6 | 177 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.31 |
| HSL | 291.58º | 0.93% | 0.36% | - |
| HSV(B) | 291.58º | 0.97% | 0.69% | - |
| XYZ | 21.14 | 10.08 | 42.43 | - |
| YUV | 69.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 177 | 0.14 | 0.97 | 0 | 0.31 | 291.58 | 0.93 | 0.36 |
| Hex | 99 | 6 | B1 | E | 61 | 0 | 1F | 124 | 5D | 24 |
| Octal | 231 | 6 | 261 | 16 | 141 | 0 | 37 | 444 | 135 | 44 |
| Binary | 10011001 | 110 | 10110001 | 1110 | 1100001 | 0 | 11111 | 100100100 | 1011101 | 100100 |
Color Harmonies of #9906B1
Complementary color
Monochromatic Colors of #9906B1
Black with #9906B1
Text Example
Text Example
White with #9906B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9906B1; }
p { color: rgb(153,6,177); }
H1.HeaderClassName
{
color: #9906B1;
}
.AnyTagClassName
{
color: #9906B1;
}
</style>
background-color css
<style>
a { background-color: #9906B1; }
a { background-color: rgb(153,6,177); }
div.DivClassName
{
background-color: #9906B1;
}
.BgClassName
{
background-color: #9906B1;
}
</style>
border-color css
<style>
span { border-color: #9906B1; }
span { border-color: rgb(153,6,177); }
td.TdClassName
{
border-color: #9906B1;
}
.TagClassName
{
border-color: #9906B1;
}
</style>