Shades of Dark Violet #8500ED
Tints of Dark Violet #8500ED
RGB
CMYK
RGB Variations
Color information
#8500ED (or 0x8500ED) is known color: Dark Violet. HEX triplet: 85, 00 and ED. RGB value is (133,0,237). Sum of RGB (Red+Green+Blue) = 133+0+237=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #8500ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500ED is #7AFF12. Grayscale: #414141. Windows color (decimal): -8060691 or 15532165. OLE color: 15532165.
HSL color Cylindrical-coordinate representation of color #8500ED: hue angle of 273.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500ED is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 0 | 237 | - |
| CMYK | 0.44 | 1 | 0 | 0.07 |
| HSL | 273.67º | 1% | 0.46% | - |
| HSV(B) | 273.67º | 1% | 0.93% | - |
| XYZ | 24.96 | 11.1 | 80.95 | - |
| YUV | 66.79 | 224.06 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 237 | 0.44 | 1 | 0 | 0.07 | 273.67 | 1 | 0.46 |
| Hex | 85 | 0 | ED | 2C | 64 | 0 | 7 | 112 | 64 | 2E |
| Octal | 205 | 0 | 355 | 54 | 144 | 0 | 7 | 422 | 144 | 56 |
| Binary | 10000101 | 0 | 11101101 | 101100 | 1100100 | 0 | 111 | 100010010 | 1100100 | 101110 |
Color Harmonies of #8500ED
Complementary color
Monochromatic Colors of #8500ED
Black with #8500ED
Text Example
Text Example
White with #8500ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500ED; }
p { color: rgb(133,0,237); }
H1.HeaderClassName
{
color: #8500ED;
}
.AnyTagClassName
{
color: #8500ED;
}
</style>
background-color css
<style>
a { background-color: #8500ED; }
a { background-color: rgb(133,0,237); }
div.DivClassName
{
background-color: #8500ED;
}
.BgClassName
{
background-color: #8500ED;
}
</style>
border-color css
<style>
span { border-color: #8500ED; }
span { border-color: rgb(133,0,237); }
td.TdClassName
{
border-color: #8500ED;
}
.TagClassName
{
border-color: #8500ED;
}
</style>