Shades of Dark Violet #9512B1
Tints of Dark Violet #9512B1
RGB
CMYK
RGB Variations
Color information
#9512B1 (or 0x9512B1) is known color: Dark Violet. HEX triplet: 95, 12 and B1. RGB value is (149,18,177). Sum of RGB (Red+Green+Blue) = 149+18+177=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #9512B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9512B1 is #6AED4E. Grayscale: #4A4A4A. Windows color (decimal): -7007567 or 11604629. OLE color: 11604629.
HSL color Cylindrical-coordinate representation of color #9512B1: hue angle of 289.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9512B1 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 18 | 177 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.31 |
| HSL | 289.43º | 0.82% | 0.38% | - |
| HSV(B) | 289.43º | 0.9% | 0.69% | - |
| XYZ | 20.55 | 10 | 42.44 | - |
| YUV | 75.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 177 | 0.16 | 0.90 | 0 | 0.31 | 289.43 | 0.82 | 0.38 |
| Hex | 95 | 12 | B1 | 10 | 5A | 0 | 1F | 121 | 52 | 26 |
| Octal | 225 | 22 | 261 | 20 | 132 | 0 | 37 | 441 | 122 | 46 |
| Binary | 10010101 | 10010 | 10110001 | 10000 | 1011010 | 0 | 11111 | 100100001 | 1010010 | 100110 |
Color Harmonies of #9512B1
Complementary color
Monochromatic Colors of #9512B1
Black with #9512B1
Text Example
Text Example
White with #9512B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9512B1; }
p { color: rgb(149,18,177); }
H1.HeaderClassName
{
color: #9512B1;
}
.AnyTagClassName
{
color: #9512B1;
}
</style>
background-color css
<style>
a { background-color: #9512B1; }
a { background-color: rgb(149,18,177); }
div.DivClassName
{
background-color: #9512B1;
}
.BgClassName
{
background-color: #9512B1;
}
</style>
border-color css
<style>
span { border-color: #9512B1; }
span { border-color: rgb(149,18,177); }
td.TdClassName
{
border-color: #9512B1;
}
.TagClassName
{
border-color: #9512B1;
}
</style>