Shades of Dark Violet #8505EE
Tints of Dark Violet #8505EE
RGB
CMYK
RGB Variations
Color information
#8505EE (or 0x8505EE) is known color: Dark Violet. HEX triplet: 85, 05 and EE. RGB value is (133,5,238). Sum of RGB (Red+Green+Blue) = 133+5+238=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #8505EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8505EE is #7AFA11. Grayscale: #454545. Windows color (decimal): -8059410 or 15598981. OLE color: 15598981.
HSL color Cylindrical-coordinate representation of color #8505EE: hue angle of 272.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8505EE is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 5 | 238 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.07 |
| HSL | 272.96º | 0.96% | 0.48% | - |
| HSV(B) | 272.96º | 0.98% | 0.93% | - |
| XYZ | 25.16 | 11.27 | 81.74 | - |
| YUV | 69.83 | 222.91 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 238 | 0.44 | 0.98 | 0 | 0.07 | 272.96 | 0.96 | 0.48 |
| Hex | 85 | 5 | EE | 2C | 62 | 0 | 7 | 111 | 60 | 30 |
| Octal | 205 | 5 | 356 | 54 | 142 | 0 | 7 | 421 | 140 | 60 |
| Binary | 10000101 | 101 | 11101110 | 101100 | 1100010 | 0 | 111 | 100010001 | 1100000 | 110000 |
Color Harmonies of #8505EE
Complementary color
Monochromatic Colors of #8505EE
Black with #8505EE
Text Example
Text Example
White with #8505EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8505EE; }
p { color: rgb(133,5,238); }
H1.HeaderClassName
{
color: #8505EE;
}
.AnyTagClassName
{
color: #8505EE;
}
</style>
background-color css
<style>
a { background-color: #8505EE; }
a { background-color: rgb(133,5,238); }
div.DivClassName
{
background-color: #8505EE;
}
.BgClassName
{
background-color: #8505EE;
}
</style>
border-color css
<style>
span { border-color: #8505EE; }
span { border-color: rgb(133,5,238); }
td.TdClassName
{
border-color: #8505EE;
}
.TagClassName
{
border-color: #8505EE;
}
</style>