Shades of Dark Violet #8505CE
Tints of Dark Violet #8505CE
RGB
CMYK
RGB Variations
Color information
#8505CE (or 0x8505CE) is known color: Dark Violet. HEX triplet: 85, 05 and CE. RGB value is (133,5,206). Sum of RGB (Red+Green+Blue) = 133+5+206=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #8505CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8505CE is #7AFA31. Grayscale: #414141. Windows color (decimal): -8059442 or 13501829. OLE color: 13501829.
HSL color Cylindrical-coordinate representation of color #8505CE: hue angle of 278.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505CE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 5 | 206 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.19 |
| HSL | 278.21º | 0.95% | 0.41% | - |
| HSV(B) | 278.21º | 0.98% | 0.81% | - |
| XYZ | 20.87 | 9.55 | 59.14 | - |
| YUV | 66.19 | 206.91 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 206 | 0.35 | 0.98 | 0 | 0.19 | 278.21 | 0.95 | 0.41 |
| Hex | 85 | 5 | CE | 23 | 62 | 0 | 13 | 116 | 5F | 29 |
| Octal | 205 | 5 | 316 | 43 | 142 | 0 | 23 | 426 | 137 | 51 |
| Binary | 10000101 | 101 | 11001110 | 100011 | 1100010 | 0 | 10011 | 100010110 | 1011111 | 101001 |
Color Harmonies of #8505CE
Complementary color
Monochromatic Colors of #8505CE
Black with #8505CE
Text Example
Text Example
White with #8505CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505CE; }
p { color: rgb(133,5,206); }
H1.HeaderClassName
{
color: #8505CE;
}
.AnyTagClassName
{
color: #8505CE;
}
</style>
background-color css
<style>
a { background-color: #8505CE; }
a { background-color: rgb(133,5,206); }
div.DivClassName
{
background-color: #8505CE;
}
.BgClassName
{
background-color: #8505CE;
}
</style>
border-color css
<style>
span { border-color: #8505CE; }
span { border-color: rgb(133,5,206); }
td.TdClassName
{
border-color: #8505CE;
}
.TagClassName
{
border-color: #8505CE;
}
</style>