Shades of Dark Violet #9909B8
Tints of Dark Violet #9909B8
RGB
CMYK
RGB Variations
Color information
#9909B8 (or 0x9909B8) is known color: Dark Violet. HEX triplet: 99, 09 and B8. RGB value is (153,9,184). Sum of RGB (Red+Green+Blue) = 153+9+184=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #9909B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909B8 is #66F647. Grayscale: #474747. Windows color (decimal): -6747720 or 12061081. OLE color: 12061081.
HSL color Cylindrical-coordinate representation of color #9909B8: hue angle of 289.37º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9909B8 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 9 | 184 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.28 |
| HSL | 289.37º | 0.91% | 0.38% | - |
| HSV(B) | 289.37º | 0.95% | 0.72% | - |
| XYZ | 21.89 | 10.43 | 46.21 | - |
| YUV | 72.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 184 | 0.17 | 0.95 | 0 | 0.28 | 289.37 | 0.91 | 0.38 |
| Hex | 99 | 9 | B8 | 11 | 5F | 0 | 1C | 121 | 5B | 26 |
| Octal | 231 | 11 | 270 | 21 | 137 | 0 | 34 | 441 | 133 | 46 |
| Binary | 10011001 | 1001 | 10111000 | 10001 | 1011111 | 0 | 11100 | 100100001 | 1011011 | 100110 |
Color Harmonies of #9909B8
Complementary color
Monochromatic Colors of #9909B8
Black with #9909B8
Text Example
Text Example
White with #9909B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909B8; }
p { color: rgb(153,9,184); }
H1.HeaderClassName
{
color: #9909B8;
}
.AnyTagClassName
{
color: #9909B8;
}
</style>
background-color css
<style>
a { background-color: #9909B8; }
a { background-color: rgb(153,9,184); }
div.DivClassName
{
background-color: #9909B8;
}
.BgClassName
{
background-color: #9909B8;
}
</style>
border-color css
<style>
span { border-color: #9909B8; }
span { border-color: rgb(153,9,184); }
td.TdClassName
{
border-color: #9909B8;
}
.TagClassName
{
border-color: #9909B8;
}
</style>