Shades of Dark Violet #9903CC
Tints of Dark Violet #9903CC
RGB
CMYK
RGB Variations
Color information
#9903CC (or 0x9903CC) is known color: Dark Violet. HEX triplet: 99, 03 and CC. RGB value is (153,3,204). Sum of RGB (Red+Green+Blue) = 153+3+204=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #9903CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903CC is #66FC33. Grayscale: #464646. Windows color (decimal): -6749236 or 13370265. OLE color: 13370265.
HSL color Cylindrical-coordinate representation of color #9903CC: hue angle of 284.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9903CC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 3 | 204 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.2 |
| HSL | 284.78º | 0.97% | 0.41% | - |
| HSV(B) | 284.78º | 0.99% | 0.8% | - |
| XYZ | 24.07 | 11.2 | 58.02 | - |
| YUV | 70.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 204 | 0.25 | 0.99 | 0 | 0.2 | 284.78 | 0.97 | 0.41 |
| Hex | 99 | 3 | CC | 19 | 63 | 0 | 14 | 11D | 61 | 29 |
| Octal | 231 | 3 | 314 | 31 | 143 | 0 | 24 | 435 | 141 | 51 |
| Binary | 10011001 | 11 | 11001100 | 11001 | 1100011 | 0 | 10100 | 100011101 | 1100001 | 101001 |
Color Harmonies of #9903CC
Complementary color
Monochromatic Colors of #9903CC
Black with #9903CC
Text Example
Text Example
White with #9903CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903CC; }
p { color: rgb(153,3,204); }
H1.HeaderClassName
{
color: #9903CC;
}
.AnyTagClassName
{
color: #9903CC;
}
</style>
background-color css
<style>
a { background-color: #9903CC; }
a { background-color: rgb(153,3,204); }
div.DivClassName
{
background-color: #9903CC;
}
.BgClassName
{
background-color: #9903CC;
}
</style>
border-color css
<style>
span { border-color: #9903CC; }
span { border-color: rgb(153,3,204); }
td.TdClassName
{
border-color: #9903CC;
}
.TagClassName
{
border-color: #9903CC;
}
</style>