Shades of Dark Violet #9908BA
Tints of Dark Violet #9908BA
RGB
CMYK
RGB Variations
Color information
#9908BA (or 0x9908BA) is known color: Dark Violet. HEX triplet: 99, 08 and BA. RGB value is (153,8,186). Sum of RGB (Red+Green+Blue) = 153+8+186=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #9908BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908BA is #66F745. Grayscale: #474747. Windows color (decimal): -6747974 or 12191897. OLE color: 12191897.
HSL color Cylindrical-coordinate representation of color #9908BA: hue angle of 288.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9908BA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 8 | 186 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.27 |
| HSL | 288.88º | 0.92% | 0.38% | - |
| HSV(B) | 288.88º | 0.96% | 0.73% | - |
| XYZ | 22.09 | 10.49 | 47.32 | - |
| YUV | 71.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 186 | 0.18 | 0.96 | 0 | 0.27 | 288.88 | 0.92 | 0.38 |
| Hex | 99 | 8 | BA | 12 | 60 | 0 | 1B | 121 | 5C | 26 |
| Octal | 231 | 10 | 272 | 22 | 140 | 0 | 33 | 441 | 134 | 46 |
| Binary | 10011001 | 1000 | 10111010 | 10010 | 1100000 | 0 | 11011 | 100100001 | 1011100 | 100110 |
Color Harmonies of #9908BA
Complementary color
Monochromatic Colors of #9908BA
Black with #9908BA
Text Example
Text Example
White with #9908BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908BA; }
p { color: rgb(153,8,186); }
H1.HeaderClassName
{
color: #9908BA;
}
.AnyTagClassName
{
color: #9908BA;
}
</style>
background-color css
<style>
a { background-color: #9908BA; }
a { background-color: rgb(153,8,186); }
div.DivClassName
{
background-color: #9908BA;
}
.BgClassName
{
background-color: #9908BA;
}
</style>
border-color css
<style>
span { border-color: #9908BA; }
span { border-color: rgb(153,8,186); }
td.TdClassName
{
border-color: #9908BA;
}
.TagClassName
{
border-color: #9908BA;
}
</style>