Shades of Blue Violet #8537ED
Tints of Blue Violet #8537ED
RGB
CMYK
RGB Variations
Color information
#8537ED (or 0x8537ED) is known color: Blue Violet. HEX triplet: 85, 37 and ED. RGB value is (133,55,237). Sum of RGB (Red+Green+Blue) = 133+55+237=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #8537ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8537ED is #7AC812. Grayscale: #626262. Windows color (decimal): -8046611 or 15546245. OLE color: 15546245.
HSL color Cylindrical-coordinate representation of color #8537ED: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8537ED is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 55 | 237 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.07 |
| HSL | 265.71º | 0.83% | 0.57% | - |
| HSV(B) | 265.71º | 0.77% | 0.93% | - |
| XYZ | 26.33 | 13.83 | 81.4 | - |
| YUV | 99.07 | 205.84 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 237 | 0.44 | 0.77 | 0 | 0.07 | 265.71 | 0.83 | 0.57 |
| Hex | 85 | 37 | ED | 2C | 4D | 0 | 7 | 10A | 53 | 39 |
| Octal | 205 | 67 | 355 | 54 | 115 | 0 | 7 | 412 | 123 | 71 |
| Binary | 10000101 | 110111 | 11101101 | 101100 | 1001101 | 0 | 111 | 100001010 | 1010011 | 111001 |
Color Harmonies of #8537ED
Complementary color
Monochromatic Colors of #8537ED
Black with #8537ED
Text Example
Text Example
White with #8537ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8537ED; }
p { color: rgb(133,55,237); }
H1.HeaderClassName
{
color: #8537ED;
}
.AnyTagClassName
{
color: #8537ED;
}
</style>
background-color css
<style>
a { background-color: #8537ED; }
a { background-color: rgb(133,55,237); }
div.DivClassName
{
background-color: #8537ED;
}
.BgClassName
{
background-color: #8537ED;
}
</style>
border-color css
<style>
span { border-color: #8537ED; }
span { border-color: rgb(133,55,237); }
td.TdClassName
{
border-color: #8537ED;
}
.TagClassName
{
border-color: #8537ED;
}
</style>