Shades of Dark Violet #9909CA
Tints of Dark Violet #9909CA
RGB
CMYK
RGB Variations
Color information
#9909CA (or 0x9909CA) is known color: Dark Violet. HEX triplet: 99, 09 and CA. RGB value is (153,9,202). Sum of RGB (Red+Green+Blue) = 153+9+202=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #9909CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909CA is #66F635. Grayscale: #494949. Windows color (decimal): -6747702 or 13240729. OLE color: 13240729.
HSL color Cylindrical-coordinate representation of color #9909CA: hue angle of 284.77º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9909CA is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 9 | 202 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.21 |
| HSL | 284.77º | 0.91% | 0.41% | - |
| HSV(B) | 284.77º | 0.96% | 0.79% | - |
| XYZ | 23.9 | 11.23 | 56.79 | - |
| YUV | 74.06 | 200.21 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 202 | 0.24 | 0.96 | 0 | 0.21 | 284.77 | 0.91 | 0.41 |
| Hex | 99 | 9 | CA | 18 | 60 | 0 | 15 | 11D | 5B | 29 |
| Octal | 231 | 11 | 312 | 30 | 140 | 0 | 25 | 435 | 133 | 51 |
| Binary | 10011001 | 1001 | 11001010 | 11000 | 1100000 | 0 | 10101 | 100011101 | 1011011 | 101001 |
Color Harmonies of #9909CA
Complementary color
Monochromatic Colors of #9909CA
Black with #9909CA
Text Example
Text Example
White with #9909CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909CA; }
p { color: rgb(153,9,202); }
H1.HeaderClassName
{
color: #9909CA;
}
.AnyTagClassName
{
color: #9909CA;
}
</style>
background-color css
<style>
a { background-color: #9909CA; }
a { background-color: rgb(153,9,202); }
div.DivClassName
{
background-color: #9909CA;
}
.BgClassName
{
background-color: #9909CA;
}
</style>
border-color css
<style>
span { border-color: #9909CA; }
span { border-color: rgb(153,9,202); }
td.TdClassName
{
border-color: #9909CA;
}
.TagClassName
{
border-color: #9909CA;
}
</style>