Shades of Dark Violet #9909CE
Tints of Dark Violet #9909CE
RGB
CMYK
RGB Variations
Color information
#9909CE (or 0x9909CE) is known color: Dark Violet. HEX triplet: 99, 09 and CE. RGB value is (153,9,206). Sum of RGB (Red+Green+Blue) = 153+9+206=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #9909CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909CE is #66F631. Grayscale: #494949. Windows color (decimal): -6747698 or 13502873. OLE color: 13502873.
HSL color Cylindrical-coordinate representation of color #9909CE: hue angle of 283.86º degrees, saturation: 0.92, 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 #9909CE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 9 | 206 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.19 |
| HSL | 283.86º | 0.92% | 0.42% | - |
| HSV(B) | 283.86º | 0.96% | 0.81% | - |
| XYZ | 24.38 | 11.42 | 59.31 | - |
| YUV | 74.51 | 202.21 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 206 | 0.26 | 0.96 | 0 | 0.19 | 283.86 | 0.92 | 0.42 |
| Hex | 99 | 9 | CE | 1A | 60 | 0 | 13 | 11C | 5C | 2A |
| Octal | 231 | 11 | 316 | 32 | 140 | 0 | 23 | 434 | 134 | 52 |
| Binary | 10011001 | 1001 | 11001110 | 11010 | 1100000 | 0 | 10011 | 100011100 | 1011100 | 101010 |
Color Harmonies of #9909CE
Complementary color
Monochromatic Colors of #9909CE
Black with #9909CE
Text Example
Text Example
White with #9909CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909CE; }
p { color: rgb(153,9,206); }
H1.HeaderClassName
{
color: #9909CE;
}
.AnyTagClassName
{
color: #9909CE;
}
</style>
background-color css
<style>
a { background-color: #9909CE; }
a { background-color: rgb(153,9,206); }
div.DivClassName
{
background-color: #9909CE;
}
.BgClassName
{
background-color: #9909CE;
}
</style>
border-color css
<style>
span { border-color: #9909CE; }
span { border-color: rgb(153,9,206); }
td.TdClassName
{
border-color: #9909CE;
}
.TagClassName
{
border-color: #9909CE;
}
</style>