Shades of Dark Violet #9908CE
Tints of Dark Violet #9908CE
RGB
CMYK
RGB Variations
Color information
#9908CE (or 0x9908CE) is known color: Dark Violet. HEX triplet: 99, 08 and CE. RGB value is (153,8,206). Sum of RGB (Red+Green+Blue) = 153+8+206=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9908CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9908CE is #66F731. Grayscale: #494949. Windows color (decimal): -6747954 or 13502617. OLE color: 13502617.
HSL color Cylindrical-coordinate representation of color #9908CE: hue angle of 283.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9908CE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 8 | 206 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.19 |
| HSL | 283.94º | 0.93% | 0.42% | - |
| HSV(B) | 283.94º | 0.96% | 0.81% | - |
| XYZ | 24.36 | 11.4 | 59.31 | - |
| YUV | 73.93 | 202.54 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 206 | 0.26 | 0.96 | 0 | 0.19 | 283.94 | 0.93 | 0.42 |
| Hex | 99 | 8 | CE | 1A | 60 | 0 | 13 | 11C | 5D | 2A |
| Octal | 231 | 10 | 316 | 32 | 140 | 0 | 23 | 434 | 135 | 52 |
| Binary | 10011001 | 1000 | 11001110 | 11010 | 1100000 | 0 | 10011 | 100011100 | 1011101 | 101010 |
Color Harmonies of #9908CE
Complementary color
Monochromatic Colors of #9908CE
Black with #9908CE
Text Example
Text Example
White with #9908CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9908CE; }
p { color: rgb(153,8,206); }
H1.HeaderClassName
{
color: #9908CE;
}
.AnyTagClassName
{
color: #9908CE;
}
</style>
background-color css
<style>
a { background-color: #9908CE; }
a { background-color: rgb(153,8,206); }
div.DivClassName
{
background-color: #9908CE;
}
.BgClassName
{
background-color: #9908CE;
}
</style>
border-color css
<style>
span { border-color: #9908CE; }
span { border-color: rgb(153,8,206); }
td.TdClassName
{
border-color: #9908CE;
}
.TagClassName
{
border-color: #9908CE;
}
</style>