Shades of Dark Violet #9908EE
Tints of Dark Violet #9908EE
RGB
CMYK
RGB Variations
Color information
#9908EE (or 0x9908EE) is known color: Dark Violet. HEX triplet: 99, 08 and EE. RGB value is (153,8,238). Sum of RGB (Red+Green+Blue) = 153+8+238=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #9908EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9908EE is #66F711. Grayscale: #4C4C4C. Windows color (decimal): -6747922 or 15599769. OLE color: 15599769.
HSL color Cylindrical-coordinate representation of color #9908EE: hue angle of 277.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9908EE is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 8 | 238 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.07 |
| HSL | 277.83º | 0.93% | 0.48% | - |
| HSV(B) | 277.83º | 0.97% | 0.93% | - |
| XYZ | 28.66 | 13.12 | 81.91 | - |
| YUV | 77.58 | 218.54 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 238 | 0.36 | 0.97 | 0 | 0.07 | 277.83 | 0.93 | 0.48 |
| Hex | 99 | 8 | EE | 24 | 61 | 0 | 7 | 116 | 5D | 30 |
| Octal | 231 | 10 | 356 | 44 | 141 | 0 | 7 | 426 | 135 | 60 |
| Binary | 10011001 | 1000 | 11101110 | 100100 | 1100001 | 0 | 111 | 100010110 | 1011101 | 110000 |
Color Harmonies of #9908EE
Complementary color
Monochromatic Colors of #9908EE
Black with #9908EE
Text Example
Text Example
White with #9908EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908EE; }
p { color: rgb(153,8,238); }
H1.HeaderClassName
{
color: #9908EE;
}
.AnyTagClassName
{
color: #9908EE;
}
</style>
background-color css
<style>
a { background-color: #9908EE; }
a { background-color: rgb(153,8,238); }
div.DivClassName
{
background-color: #9908EE;
}
.BgClassName
{
background-color: #9908EE;
}
</style>
border-color css
<style>
span { border-color: #9908EE; }
span { border-color: rgb(153,8,238); }
td.TdClassName
{
border-color: #9908EE;
}
.TagClassName
{
border-color: #9908EE;
}
</style>