Shades of Dark Violet #8505AF
Tints of Dark Violet #8505AF
RGB
CMYK
RGB Variations
Color information
#8505AF (or 0x8505AF) is known color: Dark Violet. HEX triplet: 85, 05 and AF. RGB value is (133,5,175). Sum of RGB (Red+Green+Blue) = 133+5+175=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #8505AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8505AF is #7AFA50. Grayscale: #3E3E3E. Windows color (decimal): -8059473 or 11470213. OLE color: 11470213.
HSL color Cylindrical-coordinate representation of color #8505AF: hue angle of 285.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8505AF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 5 | 175 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.31 |
| HSL | 285.18º | 0.94% | 0.35% | - |
| HSV(B) | 285.18º | 0.97% | 0.69% | - |
| XYZ | 17.47 | 8.19 | 41.22 | - |
| YUV | 62.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 175 | 0.24 | 0.97 | 0 | 0.31 | 285.18 | 0.94 | 0.35 |
| Hex | 85 | 5 | AF | 18 | 61 | 0 | 1F | 11D | 5E | 23 |
| Octal | 205 | 5 | 257 | 30 | 141 | 0 | 37 | 435 | 136 | 43 |
| Binary | 10000101 | 101 | 10101111 | 11000 | 1100001 | 0 | 11111 | 100011101 | 1011110 | 100011 |
Color Harmonies of #8505AF
Complementary color
Monochromatic Colors of #8505AF
Black with #8505AF
Text Example
Text Example
White with #8505AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505AF; }
p { color: rgb(133,5,175); }
H1.HeaderClassName
{
color: #8505AF;
}
.AnyTagClassName
{
color: #8505AF;
}
</style>
background-color css
<style>
a { background-color: #8505AF; }
a { background-color: rgb(133,5,175); }
div.DivClassName
{
background-color: #8505AF;
}
.BgClassName
{
background-color: #8505AF;
}
</style>
border-color css
<style>
span { border-color: #8505AF; }
span { border-color: rgb(133,5,175); }
td.TdClassName
{
border-color: #8505AF;
}
.TagClassName
{
border-color: #8505AF;
}
</style>