Shades of Dark Violet #9910CC
Tints of Dark Violet #9910CC
RGB
CMYK
RGB Variations
Color information
#9910CC (or 0x9910CC) is known color: Dark Violet. HEX triplet: 99, 10 and CC. RGB value is (153,16,204). Sum of RGB (Red+Green+Blue) = 153+16+204=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #9910CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9910CC is #66EF33. Grayscale: #4D4D4D. Windows color (decimal): -6745908 or 13373593. OLE color: 13373593.
HSL color Cylindrical-coordinate representation of color #9910CC: hue angle of 283.72º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9910CC is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 16 | 204 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.2 |
| HSL | 283.72º | 0.85% | 0.43% | - |
| HSV(B) | 283.72º | 0.92% | 0.8% | - |
| XYZ | 24.22 | 11.5 | 58.07 | - |
| YUV | 78.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 204 | 0.25 | 0.92 | 0 | 0.2 | 283.72 | 0.85 | 0.43 |
| Hex | 99 | 10 | CC | 19 | 5C | 0 | 14 | 11C | 55 | 2B |
| Octal | 231 | 20 | 314 | 31 | 134 | 0 | 24 | 434 | 125 | 53 |
| Binary | 10011001 | 10000 | 11001100 | 11001 | 1011100 | 0 | 10100 | 100011100 | 1010101 | 101011 |
Color Harmonies of #9910CC
Complementary color
Monochromatic Colors of #9910CC
Black with #9910CC
Text Example
Text Example
White with #9910CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910CC; }
p { color: rgb(153,16,204); }
H1.HeaderClassName
{
color: #9910CC;
}
.AnyTagClassName
{
color: #9910CC;
}
</style>
background-color css
<style>
a { background-color: #9910CC; }
a { background-color: rgb(153,16,204); }
div.DivClassName
{
background-color: #9910CC;
}
.BgClassName
{
background-color: #9910CC;
}
</style>
border-color css
<style>
span { border-color: #9910CC; }
span { border-color: rgb(153,16,204); }
td.TdClassName
{
border-color: #9910CC;
}
.TagClassName
{
border-color: #9910CC;
}
</style>