Shades of Dark Violet #9512CC
Tints of Dark Violet #9512CC
RGB
CMYK
RGB Variations
Color information
#9512CC (or 0x9512CC) is known color: Dark Violet. HEX triplet: 95, 12 and CC. RGB value is (149,18,204). Sum of RGB (Red+Green+Blue) = 149+18+204=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #9512CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512CC is #6AED33. Grayscale: #4D4D4D. Windows color (decimal): -7007540 or 13374101. OLE color: 13374101.
HSL color Cylindrical-coordinate representation of color #9512CC: hue angle of 282.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512CC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 18 | 204 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.2 |
| HSL | 282.26º | 0.84% | 0.44% | - |
| HSV(B) | 282.26º | 0.91% | 0.8% | - |
| XYZ | 23.51 | 11.18 | 58.05 | - |
| YUV | 78.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 204 | 0.27 | 0.91 | 0 | 0.2 | 282.26 | 0.84 | 0.44 |
| Hex | 95 | 12 | CC | 1B | 5B | 0 | 14 | 11A | 54 | 2C |
| Octal | 225 | 22 | 314 | 33 | 133 | 0 | 24 | 432 | 124 | 54 |
| Binary | 10010101 | 10010 | 11001100 | 11011 | 1011011 | 0 | 10100 | 100011010 | 1010100 | 101100 |
Color Harmonies of #9512CC
Complementary color
Monochromatic Colors of #9512CC
Black with #9512CC
Text Example
Text Example
White with #9512CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512CC; }
p { color: rgb(149,18,204); }
H1.HeaderClassName
{
color: #9512CC;
}
.AnyTagClassName
{
color: #9512CC;
}
</style>
background-color css
<style>
a { background-color: #9512CC; }
a { background-color: rgb(149,18,204); }
div.DivClassName
{
background-color: #9512CC;
}
.BgClassName
{
background-color: #9512CC;
}
</style>
border-color css
<style>
span { border-color: #9512CC; }
span { border-color: rgb(149,18,204); }
td.TdClassName
{
border-color: #9512CC;
}
.TagClassName
{
border-color: #9512CC;
}
</style>