Shades of Dark Violet #8505C0
Tints of Dark Violet #8505C0
RGB
CMYK
RGB Variations
Color information
#8505C0 (or 0x8505C0) is known color: Dark Violet. HEX triplet: 85, 05 and C0. RGB value is (133,5,192). Sum of RGB (Red+Green+Blue) = 133+5+192=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #8505C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505C0 is #7AFA3F. Grayscale: #3F3F3F. Windows color (decimal): -8059456 or 12584325. OLE color: 12584325.
HSL color Cylindrical-coordinate representation of color #8505C0: hue angle of 281.07º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8505C0 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 5 | 192 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.25 |
| HSL | 281.07º | 0.95% | 0.39% | - |
| HSV(B) | 281.07º | 0.97% | 0.75% | - |
| XYZ | 19.24 | 8.9 | 50.57 | - |
| YUV | 64.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 192 | 0.31 | 0.97 | 0 | 0.25 | 281.07 | 0.95 | 0.39 |
| Hex | 85 | 5 | C0 | 1F | 61 | 0 | 19 | 119 | 5F | 27 |
| Octal | 205 | 5 | 300 | 37 | 141 | 0 | 31 | 431 | 137 | 47 |
| Binary | 10000101 | 101 | 11000000 | 11111 | 1100001 | 0 | 11001 | 100011001 | 1011111 | 100111 |
Color Harmonies of #8505C0
Complementary color
Monochromatic Colors of #8505C0
Black with #8505C0
Text Example
Text Example
White with #8505C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505C0; }
p { color: rgb(133,5,192); }
H1.HeaderClassName
{
color: #8505C0;
}
.AnyTagClassName
{
color: #8505C0;
}
</style>
background-color css
<style>
a { background-color: #8505C0; }
a { background-color: rgb(133,5,192); }
div.DivClassName
{
background-color: #8505C0;
}
.BgClassName
{
background-color: #8505C0;
}
</style>
border-color css
<style>
span { border-color: #8505C0; }
span { border-color: rgb(133,5,192); }
td.TdClassName
{
border-color: #8505C0;
}
.TagClassName
{
border-color: #8505C0;
}
</style>