Shades of Dark Violet #9909CB
Tints of Dark Violet #9909CB
RGB
CMYK
RGB Variations
Color information
#9909CB (or 0x9909CB) is known color: Dark Violet. HEX triplet: 99, 09 and CB. RGB value is (153,9,203). Sum of RGB (Red+Green+Blue) = 153+9+203=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #9909CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909CB is #66F634. Grayscale: #494949. Windows color (decimal): -6747701 or 13306265. OLE color: 13306265.
HSL color Cylindrical-coordinate representation of color #9909CB: hue angle of 284.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9909CB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 9 | 203 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.20 |
| HSL | 284.54º | 0.92% | 0.42% | - |
| HSV(B) | 284.54º | 0.96% | 0.8% | - |
| XYZ | 24.01 | 11.28 | 57.41 | - |
| YUV | 74.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 203 | 0.25 | 0.96 | 0 | 0.20 | 284.54 | 0.92 | 0.42 |
| Hex | 99 | 9 | CB | 19 | 60 | 0 | 14 | 11D | 5C | 2A |
| Octal | 231 | 11 | 313 | 31 | 140 | 0 | 24 | 435 | 134 | 52 |
| Binary | 10011001 | 1001 | 11001011 | 11001 | 1100000 | 0 | 10100 | 100011101 | 1011100 | 101010 |
Color Harmonies of #9909CB
Complementary color
Monochromatic Colors of #9909CB
Black with #9909CB
Text Example
Text Example
White with #9909CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909CB; }
p { color: rgb(153,9,203); }
H1.HeaderClassName
{
color: #9909CB;
}
.AnyTagClassName
{
color: #9909CB;
}
</style>
background-color css
<style>
a { background-color: #9909CB; }
a { background-color: rgb(153,9,203); }
div.DivClassName
{
background-color: #9909CB;
}
.BgClassName
{
background-color: #9909CB;
}
</style>
border-color css
<style>
span { border-color: #9909CB; }
span { border-color: rgb(153,9,203); }
td.TdClassName
{
border-color: #9909CB;
}
.TagClassName
{
border-color: #9909CB;
}
</style>