Shades of Dark Violet #8515AF
Tints of Dark Violet #8515AF
RGB
CMYK
RGB Variations
Color information
#8515AF (or 0x8515AF) is known color: Dark Violet. HEX triplet: 85, 15 and AF. RGB value is (133,21,175). Sum of RGB (Red+Green+Blue) = 133+21+175=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #8515AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8515AF is #7AEA50. Grayscale: #474747. Windows color (decimal): -8055377 or 11474309. OLE color: 11474309.
HSL color Cylindrical-coordinate representation of color #8515AF: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8515AF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 21 | 175 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.31 |
| HSL | 283.64º | 0.79% | 0.38% | - |
| HSV(B) | 283.64º | 0.88% | 0.69% | - |
| XYZ | 17.68 | 8.62 | 41.29 | - |
| YUV | 72.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 175 | 0.24 | 0.88 | 0 | 0.31 | 283.64 | 0.79 | 0.38 |
| Hex | 85 | 15 | AF | 18 | 58 | 0 | 1F | 11C | 4F | 26 |
| Octal | 205 | 25 | 257 | 30 | 130 | 0 | 37 | 434 | 117 | 46 |
| Binary | 10000101 | 10101 | 10101111 | 11000 | 1011000 | 0 | 11111 | 100011100 | 1001111 | 100110 |
Color Harmonies of #8515AF
Complementary color
Monochromatic Colors of #8515AF
Black with #8515AF
Text Example
Text Example
White with #8515AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8515AF; }
p { color: rgb(133,21,175); }
H1.HeaderClassName
{
color: #8515AF;
}
.AnyTagClassName
{
color: #8515AF;
}
</style>
background-color css
<style>
a { background-color: #8515AF; }
a { background-color: rgb(133,21,175); }
div.DivClassName
{
background-color: #8515AF;
}
.BgClassName
{
background-color: #8515AF;
}
</style>
border-color css
<style>
span { border-color: #8515AF; }
span { border-color: rgb(133,21,175); }
td.TdClassName
{
border-color: #8515AF;
}
.TagClassName
{
border-color: #8515AF;
}
</style>