Shades of Dark Violet #8501EE
Tints of Dark Violet #8501EE
RGB
CMYK
RGB Variations
Color information
#8501EE (or 0x8501EE) is known color: Dark Violet. HEX triplet: 85, 01 and EE. RGB value is (133,1,238). Sum of RGB (Red+Green+Blue) = 133+1+238=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #8501EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501EE is #7AFE11. Grayscale: #424242. Windows color (decimal): -8060434 or 15597957. OLE color: 15597957.
HSL color Cylindrical-coordinate representation of color #8501EE: hue angle of 273.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501EE is Cyan = 0.44, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 1 | 238 | - |
| CMYK | 0.44 | 1.00 | 0 | 0.07 |
| HSL | 273.42º | 0.99% | 0.47% | - |
| HSV(B) | 273.42º | 1% | 0.93% | - |
| XYZ | 25.12 | 11.18 | 81.72 | - |
| YUV | 67.49 | 224.23 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 238 | 0.44 | 1.00 | 0 | 0.07 | 273.42 | 0.99 | 0.47 |
| Hex | 85 | 1 | EE | 2C | 64 | 0 | 7 | 111 | 63 | 2F |
| Octal | 205 | 1 | 356 | 54 | 144 | 0 | 7 | 421 | 143 | 57 |
| Binary | 10000101 | 1 | 11101110 | 101100 | 1100100 | 0 | 111 | 100010001 | 1100011 | 101111 |
Color Harmonies of #8501EE
Complementary color
Monochromatic Colors of #8501EE
Black with #8501EE
Text Example
Text Example
White with #8501EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501EE; }
p { color: rgb(133,1,238); }
H1.HeaderClassName
{
color: #8501EE;
}
.AnyTagClassName
{
color: #8501EE;
}
</style>
background-color css
<style>
a { background-color: #8501EE; }
a { background-color: rgb(133,1,238); }
div.DivClassName
{
background-color: #8501EE;
}
.BgClassName
{
background-color: #8501EE;
}
</style>
border-color css
<style>
span { border-color: #8501EE; }
span { border-color: rgb(133,1,238); }
td.TdClassName
{
border-color: #8501EE;
}
.TagClassName
{
border-color: #8501EE;
}
</style>