Shades of Dark Violet #8505BA
Tints of Dark Violet #8505BA
RGB
CMYK
RGB Variations
Color information
#8505BA (or 0x8505BA) is known color: Dark Violet. HEX triplet: 85, 05 and BA. RGB value is (133,5,186). Sum of RGB (Red+Green+Blue) = 133+5+186=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #8505BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505BA is #7AFA45. Grayscale: #3F3F3F. Windows color (decimal): -8059462 or 12191109. OLE color: 12191109.
HSL color Cylindrical-coordinate representation of color #8505BA: hue angle of 282.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8505BA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 5 | 186 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.27 |
| HSL | 282.43º | 0.95% | 0.37% | - |
| HSV(B) | 282.43º | 0.97% | 0.73% | - |
| XYZ | 18.59 | 8.64 | 47.14 | - |
| YUV | 63.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 186 | 0.28 | 0.97 | 0 | 0.27 | 282.43 | 0.95 | 0.37 |
| Hex | 85 | 5 | BA | 1C | 61 | 0 | 1B | 11A | 5F | 25 |
| Octal | 205 | 5 | 272 | 34 | 141 | 0 | 33 | 432 | 137 | 45 |
| Binary | 10000101 | 101 | 10111010 | 11100 | 1100001 | 0 | 11011 | 100011010 | 1011111 | 100101 |
Color Harmonies of #8505BA
Complementary color
Monochromatic Colors of #8505BA
Black with #8505BA
Text Example
Text Example
White with #8505BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505BA; }
p { color: rgb(133,5,186); }
H1.HeaderClassName
{
color: #8505BA;
}
.AnyTagClassName
{
color: #8505BA;
}
</style>
background-color css
<style>
a { background-color: #8505BA; }
a { background-color: rgb(133,5,186); }
div.DivClassName
{
background-color: #8505BA;
}
.BgClassName
{
background-color: #8505BA;
}
</style>
border-color css
<style>
span { border-color: #8505BA; }
span { border-color: rgb(133,5,186); }
td.TdClassName
{
border-color: #8505BA;
}
.TagClassName
{
border-color: #8505BA;
}
</style>