Shades of Dark Violet #9900CC
Tints of Dark Violet #9900CC
RGB
CMYK
RGB Variations
Color information
#9900CC (or 0x9900CC) is known color: Dark Violet. HEX triplet: 99, 00 and CC. RGB value is (153,0,204). Sum of RGB (Red+Green+Blue) = 153+0+204=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #9900CC is a web safe color. Inversed color of #9900CC is #66FF33. Grayscale: #444444. Windows color (decimal): -6750004 or 13369497. OLE color: 13369497.
HSL color Cylindrical-coordinate representation of color #9900CC: hue angle of 285º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9900CC is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 0 | 204 | - |
| CMYK | 0.25 | 1 | 0 | 0.2 |
| HSL | 285º | 1% | 0.4% | - |
| HSV(B) | 285º | 1% | 0.8% | - |
| XYZ | 24.04 | 11.13 | 58.01 | - |
| YUV | 69 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 204 | 0.25 | 1 | 0 | 0.2 | 285 | 1 | 0.4 |
| Hex | 99 | 0 | CC | 19 | 64 | 0 | 14 | 11D | 64 | 28 |
| Octal | 231 | 0 | 314 | 31 | 144 | 0 | 24 | 435 | 144 | 50 |
| Binary | 10011001 | 0 | 11001100 | 11001 | 1100100 | 0 | 10100 | 100011101 | 1100100 | 101000 |
Color Harmonies of #9900CC
Complementary color
Monochromatic Colors of #9900CC
Black with #9900CC
Text Example
Text Example
White with #9900CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9900CC; }
p { color: rgb(153,0,204); }
H1.HeaderClassName
{
color: #9900CC;
}
.AnyTagClassName
{
color: #9900CC;
}
</style>
background-color css
<style>
a { background-color: #9900CC; }
a { background-color: rgb(153,0,204); }
div.DivClassName
{
background-color: #9900CC;
}
.BgClassName
{
background-color: #9900CC;
}
</style>
border-color css
<style>
span { border-color: #9900CC; }
span { border-color: rgb(153,0,204); }
td.TdClassName
{
border-color: #9900CC;
}
.TagClassName
{
border-color: #9900CC;
}
</style>