Shades of Dark Violet #8500EE
Tints of Dark Violet #8500EE
RGB
CMYK
RGB Variations
Color information
#8500EE (or 0x8500EE) is known color: Dark Violet. HEX triplet: 85, 00 and EE. RGB value is (133,0,238). Sum of RGB (Red+Green+Blue) = 133+0+238=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #8500EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500EE is #7AFF11. Grayscale: #424242. Windows color (decimal): -8060690 or 15597701. OLE color: 15597701.
HSL color Cylindrical-coordinate representation of color #8500EE: hue angle of 273.53º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500EE is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 0 | 238 | - |
| CMYK | 0.44 | 1 | 0 | 0.07 |
| HSL | 273.53º | 1% | 0.47% | - |
| HSV(B) | 273.53º | 1% | 0.93% | - |
| XYZ | 25.11 | 11.16 | 81.72 | - |
| YUV | 66.9 | 224.56 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 238 | 0.44 | 1 | 0 | 0.07 | 273.53 | 1 | 0.47 |
| Hex | 85 | 0 | EE | 2C | 64 | 0 | 7 | 112 | 64 | 2F |
| Octal | 205 | 0 | 356 | 54 | 144 | 0 | 7 | 422 | 144 | 57 |
| Binary | 10000101 | 0 | 11101110 | 101100 | 1100100 | 0 | 111 | 100010010 | 1100100 | 101111 |
Color Harmonies of #8500EE
Complementary color
Monochromatic Colors of #8500EE
Black with #8500EE
Text Example
Text Example
White with #8500EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500EE; }
p { color: rgb(133,0,238); }
H1.HeaderClassName
{
color: #8500EE;
}
.AnyTagClassName
{
color: #8500EE;
}
</style>
background-color css
<style>
a { background-color: #8500EE; }
a { background-color: rgb(133,0,238); }
div.DivClassName
{
background-color: #8500EE;
}
.BgClassName
{
background-color: #8500EE;
}
</style>
border-color css
<style>
span { border-color: #8500EE; }
span { border-color: rgb(133,0,238); }
td.TdClassName
{
border-color: #8500EE;
}
.TagClassName
{
border-color: #8500EE;
}
</style>