Shades of Dark Violet #9512DC
Tints of Dark Violet #9512DC
RGB
CMYK
RGB Variations
Color information
#9512DC (or 0x9512DC) is known color: Dark Violet. HEX triplet: 95, 12 and DC. RGB value is (149,18,220). Sum of RGB (Red+Green+Blue) = 149+18+220=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #9512DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512DC is #6AED23. Grayscale: #4F4F4F. Windows color (decimal): -7007524 or 14422677. OLE color: 14422677.
HSL color Cylindrical-coordinate representation of color #9512DC: hue angle of 278.91º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9512DC is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 18 | 220 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.14 |
| HSL | 278.91º | 0.85% | 0.47% | - |
| HSV(B) | 278.91º | 0.92% | 0.86% | - |
| XYZ | 25.53 | 11.99 | 68.68 | - |
| YUV | 80.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 220 | 0.32 | 0.92 | 0 | 0.14 | 278.91 | 0.85 | 0.47 |
| Hex | 95 | 12 | DC | 20 | 5C | 0 | E | 117 | 55 | 2F |
| Octal | 225 | 22 | 334 | 40 | 134 | 0 | 16 | 427 | 125 | 57 |
| Binary | 10010101 | 10010 | 11011100 | 100000 | 1011100 | 0 | 1110 | 100010111 | 1010101 | 101111 |
Color Harmonies of #9512DC
Complementary color
Monochromatic Colors of #9512DC
Black with #9512DC
Text Example
Text Example
White with #9512DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512DC; }
p { color: rgb(149,18,220); }
H1.HeaderClassName
{
color: #9512DC;
}
.AnyTagClassName
{
color: #9512DC;
}
</style>
background-color css
<style>
a { background-color: #9512DC; }
a { background-color: rgb(149,18,220); }
div.DivClassName
{
background-color: #9512DC;
}
.BgClassName
{
background-color: #9512DC;
}
</style>
border-color css
<style>
span { border-color: #9512DC; }
span { border-color: rgb(149,18,220); }
td.TdClassName
{
border-color: #9512DC;
}
.TagClassName
{
border-color: #9512DC;
}
</style>