Shades of Dark Violet #9512D7
Tints of Dark Violet #9512D7
RGB
CMYK
RGB Variations
Color information
#9512D7 (or 0x9512D7) is known color: Dark Violet. HEX triplet: 95, 12 and D7. RGB value is (149,18,215). Sum of RGB (Red+Green+Blue) = 149+18+215=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #9512D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9512D7 is #6AED28. Grayscale: #4E4E4E. Windows color (decimal): -7007529 or 14094997. OLE color: 14094997.
HSL color Cylindrical-coordinate representation of color #9512D7: hue angle of 279.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9512D7 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 18 | 215 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.16 |
| HSL | 279.9º | 0.85% | 0.46% | - |
| HSV(B) | 279.9º | 0.92% | 0.84% | - |
| XYZ | 24.88 | 11.73 | 65.24 | - |
| YUV | 79.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 215 | 0.31 | 0.92 | 0 | 0.16 | 279.9 | 0.85 | 0.46 |
| Hex | 95 | 12 | D7 | 1F | 5C | 0 | 10 | 118 | 55 | 2E |
| Octal | 225 | 22 | 327 | 37 | 134 | 0 | 20 | 430 | 125 | 56 |
| Binary | 10010101 | 10010 | 11010111 | 11111 | 1011100 | 0 | 10000 | 100011000 | 1010101 | 101110 |
Color Harmonies of #9512D7
Complementary color
Monochromatic Colors of #9512D7
Black with #9512D7
Text Example
Text Example
White with #9512D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512D7; }
p { color: rgb(149,18,215); }
H1.HeaderClassName
{
color: #9512D7;
}
.AnyTagClassName
{
color: #9512D7;
}
</style>
background-color css
<style>
a { background-color: #9512D7; }
a { background-color: rgb(149,18,215); }
div.DivClassName
{
background-color: #9512D7;
}
.BgClassName
{
background-color: #9512D7;
}
</style>
border-color css
<style>
span { border-color: #9512D7; }
span { border-color: rgb(149,18,215); }
td.TdClassName
{
border-color: #9512D7;
}
.TagClassName
{
border-color: #9512D7;
}
</style>