Shades of Dark Violet #8515BD
Tints of Dark Violet #8515BD
RGB
CMYK
RGB Variations
Color information
#8515BD (or 0x8515BD) is known color: Dark Violet. HEX triplet: 85, 15 and BD. RGB value is (133,21,189). Sum of RGB (Red+Green+Blue) = 133+21+189=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #8515BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8515BD is #7AEA42. Grayscale: #494949. Windows color (decimal): -8055363 or 12391813. OLE color: 12391813.
HSL color Cylindrical-coordinate representation of color #8515BD: hue angle of 280º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8515BD is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 21 | 189 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.26 |
| HSL | 280º | 0.8% | 0.41% | - |
| HSV(B) | 280º | 0.89% | 0.74% | - |
| XYZ | 19.13 | 9.2 | 48.91 | - |
| YUV | 73.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 189 | 0.30 | 0.89 | 0 | 0.26 | 280 | 0.8 | 0.41 |
| Hex | 85 | 15 | BD | 1E | 59 | 0 | 1A | 118 | 50 | 29 |
| Octal | 205 | 25 | 275 | 36 | 131 | 0 | 32 | 430 | 120 | 51 |
| Binary | 10000101 | 10101 | 10111101 | 11110 | 1011001 | 0 | 11010 | 100011000 | 1010000 | 101001 |
Color Harmonies of #8515BD
Complementary color
Monochromatic Colors of #8515BD
Black with #8515BD
Text Example
Text Example
White with #8515BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515BD; }
p { color: rgb(133,21,189); }
H1.HeaderClassName
{
color: #8515BD;
}
.AnyTagClassName
{
color: #8515BD;
}
</style>
background-color css
<style>
a { background-color: #8515BD; }
a { background-color: rgb(133,21,189); }
div.DivClassName
{
background-color: #8515BD;
}
.BgClassName
{
background-color: #8515BD;
}
</style>
border-color css
<style>
span { border-color: #8515BD; }
span { border-color: rgb(133,21,189); }
td.TdClassName
{
border-color: #8515BD;
}
.TagClassName
{
border-color: #8515BD;
}
</style>