Shades of Dark Violet #8512BB
Tints of Dark Violet #8512BB
RGB
CMYK
RGB Variations
Color information
#8512BB (or 0x8512BB) is known color: Dark Violet. HEX triplet: 85, 12 and BB. RGB value is (133,18,187). Sum of RGB (Red+Green+Blue) = 133+18+187=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #8512BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512BB is #7AED44. Grayscale: #474747. Windows color (decimal): -8056133 or 12259973. OLE color: 12259973.
HSL color Cylindrical-coordinate representation of color #8512BB: hue angle of 280.83º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8512BB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 18 | 187 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.27 |
| HSL | 280.83º | 0.82% | 0.4% | - |
| HSV(B) | 280.83º | 0.9% | 0.73% | - |
| XYZ | 18.86 | 9.01 | 47.76 | - |
| YUV | 71.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 187 | 0.29 | 0.90 | 0 | 0.27 | 280.83 | 0.82 | 0.4 |
| Hex | 85 | 12 | BB | 1D | 5A | 0 | 1B | 119 | 52 | 28 |
| Octal | 205 | 22 | 273 | 35 | 132 | 0 | 33 | 431 | 122 | 50 |
| Binary | 10000101 | 10010 | 10111011 | 11101 | 1011010 | 0 | 11011 | 100011001 | 1010010 | 101000 |
Color Harmonies of #8512BB
Complementary color
Monochromatic Colors of #8512BB
Black with #8512BB
Text Example
Text Example
White with #8512BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512BB; }
p { color: rgb(133,18,187); }
H1.HeaderClassName
{
color: #8512BB;
}
.AnyTagClassName
{
color: #8512BB;
}
</style>
background-color css
<style>
a { background-color: #8512BB; }
a { background-color: rgb(133,18,187); }
div.DivClassName
{
background-color: #8512BB;
}
.BgClassName
{
background-color: #8512BB;
}
</style>
border-color css
<style>
span { border-color: #8512BB; }
span { border-color: rgb(133,18,187); }
td.TdClassName
{
border-color: #8512BB;
}
.TagClassName
{
border-color: #8512BB;
}
</style>