Shades of Dark Violet #9516CC
Tints of Dark Violet #9516CC
RGB
CMYK
RGB Variations
Color information
#9516CC (or 0x9516CC) is known color: Dark Violet. HEX triplet: 95, 16 and CC. RGB value is (149,22,204). Sum of RGB (Red+Green+Blue) = 149+22+204=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #9516CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9516CC is #6AE933. Grayscale: #505050. Windows color (decimal): -7006516 or 13375125. OLE color: 13375125.
HSL color Cylindrical-coordinate representation of color #9516CC: hue angle of 281.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9516CC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 22 | 204 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.2 |
| HSL | 281.87º | 0.81% | 0.44% | - |
| HSV(B) | 281.87º | 0.89% | 0.8% | - |
| XYZ | 23.58 | 11.32 | 58.07 | - |
| YUV | 80.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 204 | 0.27 | 0.89 | 0 | 0.2 | 281.87 | 0.81 | 0.44 |
| Hex | 95 | 16 | CC | 1B | 59 | 0 | 14 | 11A | 51 | 2C |
| Octal | 225 | 26 | 314 | 33 | 131 | 0 | 24 | 432 | 121 | 54 |
| Binary | 10010101 | 10110 | 11001100 | 11011 | 1011001 | 0 | 10100 | 100011010 | 1010001 | 101100 |
Color Harmonies of #9516CC
Complementary color
Monochromatic Colors of #9516CC
Black with #9516CC
Text Example
Text Example
White with #9516CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9516CC; }
p { color: rgb(149,22,204); }
H1.HeaderClassName
{
color: #9516CC;
}
.AnyTagClassName
{
color: #9516CC;
}
</style>
background-color css
<style>
a { background-color: #9516CC; }
a { background-color: rgb(149,22,204); }
div.DivClassName
{
background-color: #9516CC;
}
.BgClassName
{
background-color: #9516CC;
}
</style>
border-color css
<style>
span { border-color: #9516CC; }
span { border-color: rgb(149,22,204); }
td.TdClassName
{
border-color: #9516CC;
}
.TagClassName
{
border-color: #9516CC;
}
</style>