Shades of Dark Violet #9512C5
Tints of Dark Violet #9512C5
RGB
CMYK
RGB Variations
Color information
#9512C5 (or 0x9512C5) is known color: Dark Violet. HEX triplet: 95, 12 and C5. RGB value is (149,18,197). Sum of RGB (Red+Green+Blue) = 149+18+197=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 197 (77.34% from 255 or 54.12% from 364); Max value from RGB is 197 - color contains mainly: blue. Hex color #9512C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512C5 is #6AED3A. Grayscale: #4C4C4C. Windows color (decimal): -7007547 or 12915349. OLE color: 12915349.
HSL color Cylindrical-coordinate representation of color #9512C5: hue angle of 283.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9512C5 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 18 | 197 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.23 |
| HSL | 283.91º | 0.83% | 0.42% | - |
| HSV(B) | 283.91º | 0.91% | 0.77% | - |
| XYZ | 22.69 | 10.85 | 53.72 | - |
| YUV | 77.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 197 | 0.24 | 0.91 | 0 | 0.23 | 283.91 | 0.83 | 0.42 |
| Hex | 95 | 12 | C5 | 18 | 5B | 0 | 17 | 11C | 53 | 2A |
| Octal | 225 | 22 | 305 | 30 | 133 | 0 | 27 | 434 | 123 | 52 |
| Binary | 10010101 | 10010 | 11000101 | 11000 | 1011011 | 0 | 10111 | 100011100 | 1010011 | 101010 |
Color Harmonies of #9512C5
Complementary color
Monochromatic Colors of #9512C5
Black with #9512C5
Text Example
Text Example
White with #9512C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512C5; }
p { color: rgb(149,18,197); }
H1.HeaderClassName
{
color: #9512C5;
}
.AnyTagClassName
{
color: #9512C5;
}
</style>
background-color css
<style>
a { background-color: #9512C5; }
a { background-color: rgb(149,18,197); }
div.DivClassName
{
background-color: #9512C5;
}
.BgClassName
{
background-color: #9512C5;
}
</style>
border-color css
<style>
span { border-color: #9512C5; }
span { border-color: rgb(149,18,197); }
td.TdClassName
{
border-color: #9512C5;
}
.TagClassName
{
border-color: #9512C5;
}
</style>