Shades of Dark Violet #8515BB
Tints of Dark Violet #8515BB
RGB
CMYK
RGB Variations
Color information
#8515BB (or 0x8515BB) is known color: Dark Violet. HEX triplet: 85, 15 and BB. RGB value is (133,21,187). Sum of RGB (Red+Green+Blue) = 133+21+187=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #8515BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515BB is #7AEA44. Grayscale: #484848. Windows color (decimal): -8055365 or 12260741. OLE color: 12260741.
HSL color Cylindrical-coordinate representation of color #8515BB: hue angle of 280.48º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8515BB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 21 | 187 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.27 |
| HSL | 280.48º | 0.8% | 0.41% | - |
| HSV(B) | 280.48º | 0.89% | 0.73% | - |
| XYZ | 18.91 | 9.11 | 47.78 | - |
| YUV | 73.41 | 192.11 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 187 | 0.29 | 0.89 | 0 | 0.27 | 280.48 | 0.8 | 0.41 |
| Hex | 85 | 15 | BB | 1D | 59 | 0 | 1B | 118 | 50 | 29 |
| Octal | 205 | 25 | 273 | 35 | 131 | 0 | 33 | 430 | 120 | 51 |
| Binary | 10000101 | 10101 | 10111011 | 11101 | 1011001 | 0 | 11011 | 100011000 | 1010000 | 101001 |
Color Harmonies of #8515BB
Complementary color
Monochromatic Colors of #8515BB
Black with #8515BB
Text Example
Text Example
White with #8515BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515BB; }
p { color: rgb(133,21,187); }
H1.HeaderClassName
{
color: #8515BB;
}
.AnyTagClassName
{
color: #8515BB;
}
</style>
background-color css
<style>
a { background-color: #8515BB; }
a { background-color: rgb(133,21,187); }
div.DivClassName
{
background-color: #8515BB;
}
.BgClassName
{
background-color: #8515BB;
}
</style>
border-color css
<style>
span { border-color: #8515BB; }
span { border-color: rgb(133,21,187); }
td.TdClassName
{
border-color: #8515BB;
}
.TagClassName
{
border-color: #8515BB;
}
</style>