Shades of Dark Violet #8513BB
Tints of Dark Violet #8513BB
RGB
CMYK
RGB Variations
Color information
#8513BB (or 0x8513BB) is known color: Dark Violet. HEX triplet: 85, 13 and BB. RGB value is (133,19,187). Sum of RGB (Red+Green+Blue) = 133+19+187=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #8513BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8513BB is #7AEC44. Grayscale: #474747. Windows color (decimal): -8055877 or 12260229. OLE color: 12260229.
HSL color Cylindrical-coordinate representation of color #8513BB: hue angle of 280.71º 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 #8513BB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 19 | 187 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.27 |
| HSL | 280.71º | 0.82% | 0.4% | - |
| HSV(B) | 280.71º | 0.9% | 0.73% | - |
| XYZ | 18.88 | 9.04 | 47.76 | - |
| YUV | 72.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 187 | 0.29 | 0.90 | 0 | 0.27 | 280.71 | 0.82 | 0.4 |
| Hex | 85 | 13 | BB | 1D | 5A | 0 | 1B | 119 | 52 | 28 |
| Octal | 205 | 23 | 273 | 35 | 132 | 0 | 33 | 431 | 122 | 50 |
| Binary | 10000101 | 10011 | 10111011 | 11101 | 1011010 | 0 | 11011 | 100011001 | 1010010 | 101000 |
Color Harmonies of #8513BB
Complementary color
Monochromatic Colors of #8513BB
Black with #8513BB
Text Example
Text Example
White with #8513BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513BB; }
p { color: rgb(133,19,187); }
H1.HeaderClassName
{
color: #8513BB;
}
.AnyTagClassName
{
color: #8513BB;
}
</style>
background-color css
<style>
a { background-color: #8513BB; }
a { background-color: rgb(133,19,187); }
div.DivClassName
{
background-color: #8513BB;
}
.BgClassName
{
background-color: #8513BB;
}
</style>
border-color css
<style>
span { border-color: #8513BB; }
span { border-color: rgb(133,19,187); }
td.TdClassName
{
border-color: #8513BB;
}
.TagClassName
{
border-color: #8513BB;
}
</style>