Shades of Dark Violet #8513AF
Tints of Dark Violet #8513AF
RGB
CMYK
RGB Variations
Color information
#8513AF (or 0x8513AF) is known color: Dark Violet. HEX triplet: 85, 13 and AF. RGB value is (133,19,175). Sum of RGB (Red+Green+Blue) = 133+19+175=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #8513AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8513AF is #7AEC50. Grayscale: #464646. Windows color (decimal): -8055889 or 11473797. OLE color: 11473797.
HSL color Cylindrical-coordinate representation of color #8513AF: hue angle of 283.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8513AF is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 19 | 175 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.31 |
| HSL | 283.85º | 0.8% | 0.38% | - |
| HSV(B) | 283.85º | 0.89% | 0.69% | - |
| XYZ | 17.64 | 8.55 | 41.28 | - |
| YUV | 70.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 175 | 0.24 | 0.89 | 0 | 0.31 | 283.85 | 0.8 | 0.38 |
| Hex | 85 | 13 | AF | 18 | 59 | 0 | 1F | 11C | 50 | 26 |
| Octal | 205 | 23 | 257 | 30 | 131 | 0 | 37 | 434 | 120 | 46 |
| Binary | 10000101 | 10011 | 10101111 | 11000 | 1011001 | 0 | 11111 | 100011100 | 1010000 | 100110 |
Color Harmonies of #8513AF
Complementary color
Monochromatic Colors of #8513AF
Black with #8513AF
Text Example
Text Example
White with #8513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513AF; }
p { color: rgb(133,19,175); }
H1.HeaderClassName
{
color: #8513AF;
}
.AnyTagClassName
{
color: #8513AF;
}
</style>
background-color css
<style>
a { background-color: #8513AF; }
a { background-color: rgb(133,19,175); }
div.DivClassName
{
background-color: #8513AF;
}
.BgClassName
{
background-color: #8513AF;
}
</style>
border-color css
<style>
span { border-color: #8513AF; }
span { border-color: rgb(133,19,175); }
td.TdClassName
{
border-color: #8513AF;
}
.TagClassName
{
border-color: #8513AF;
}
</style>