Shades of Dark Violet #9512C4
Tints of Dark Violet #9512C4
RGB
CMYK
RGB Variations
Color information
#9512C4 (or 0x9512C4) is known color: Dark Violet. HEX triplet: 95, 12 and C4. RGB value is (149,18,196). Sum of RGB (Red+Green+Blue) = 149+18+196=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #9512C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512C4 is #6AED3B. Grayscale: #4C4C4C. Windows color (decimal): -7007548 or 12849813. OLE color: 12849813.
HSL color Cylindrical-coordinate representation of color #9512C4: hue angle of 284.16º 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 #9512C4 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 18 | 196 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.23 |
| HSL | 284.16º | 0.83% | 0.42% | - |
| HSV(B) | 284.16º | 0.91% | 0.77% | - |
| XYZ | 22.57 | 10.81 | 53.12 | - |
| YUV | 77.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 196 | 0.24 | 0.91 | 0 | 0.23 | 284.16 | 0.83 | 0.42 |
| Hex | 95 | 12 | C4 | 18 | 5B | 0 | 17 | 11C | 53 | 2A |
| Octal | 225 | 22 | 304 | 30 | 133 | 0 | 27 | 434 | 123 | 52 |
| Binary | 10010101 | 10010 | 11000100 | 11000 | 1011011 | 0 | 10111 | 100011100 | 1010011 | 101010 |
Color Harmonies of #9512C4
Complementary color
Monochromatic Colors of #9512C4
Black with #9512C4
Text Example
Text Example
White with #9512C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512C4; }
p { color: rgb(149,18,196); }
H1.HeaderClassName
{
color: #9512C4;
}
.AnyTagClassName
{
color: #9512C4;
}
</style>
background-color css
<style>
a { background-color: #9512C4; }
a { background-color: rgb(149,18,196); }
div.DivClassName
{
background-color: #9512C4;
}
.BgClassName
{
background-color: #9512C4;
}
</style>
border-color css
<style>
span { border-color: #9512C4; }
span { border-color: rgb(149,18,196); }
td.TdClassName
{
border-color: #9512C4;
}
.TagClassName
{
border-color: #9512C4;
}
</style>