Shades of Dark Violet #9905CC
Tints of Dark Violet #9905CC
RGB
CMYK
RGB Variations
Color information
#9905CC (or 0x9905CC) is known color: Dark Violet. HEX triplet: 99, 05 and CC. RGB value is (153,5,204). Sum of RGB (Red+Green+Blue) = 153+5+204=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #9905CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9905CC is #66FA33. Grayscale: #474747. Windows color (decimal): -6748724 or 13370777. OLE color: 13370777.
HSL color Cylindrical-coordinate representation of color #9905CC: hue angle of 284.62º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9905CC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 5 | 204 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.2 |
| HSL | 284.62º | 0.95% | 0.41% | - |
| HSV(B) | 284.62º | 0.98% | 0.8% | - |
| XYZ | 24.09 | 11.24 | 58.03 | - |
| YUV | 71.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 204 | 0.25 | 0.98 | 0 | 0.2 | 284.62 | 0.95 | 0.41 |
| Hex | 99 | 5 | CC | 19 | 62 | 0 | 14 | 11D | 5F | 29 |
| Octal | 231 | 5 | 314 | 31 | 142 | 0 | 24 | 435 | 137 | 51 |
| Binary | 10011001 | 101 | 11001100 | 11001 | 1100010 | 0 | 10100 | 100011101 | 1011111 | 101001 |
Color Harmonies of #9905CC
Complementary color
Monochromatic Colors of #9905CC
Black with #9905CC
Text Example
Text Example
White with #9905CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9905CC; }
p { color: rgb(153,5,204); }
H1.HeaderClassName
{
color: #9905CC;
}
.AnyTagClassName
{
color: #9905CC;
}
</style>
background-color css
<style>
a { background-color: #9905CC; }
a { background-color: rgb(153,5,204); }
div.DivClassName
{
background-color: #9905CC;
}
.BgClassName
{
background-color: #9905CC;
}
</style>
border-color css
<style>
span { border-color: #9905CC; }
span { border-color: rgb(153,5,204); }
td.TdClassName
{
border-color: #9905CC;
}
.TagClassName
{
border-color: #9905CC;
}
</style>