Shades of Blue Violet #8539EE
Tints of Blue Violet #8539EE
RGB
CMYK
RGB Variations
Color information
#8539EE (or 0x8539EE) is known color: Blue Violet. HEX triplet: 85, 39 and EE. RGB value is (133,57,238). Sum of RGB (Red+Green+Blue) = 133+57+238=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #8539EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8539EE is #7AC611. Grayscale: #636363. Windows color (decimal): -8046098 or 15612293. OLE color: 15612293.
HSL color Cylindrical-coordinate representation of color #8539EE: hue angle of 265.19º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8539EE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 57 | 238 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.07 |
| HSL | 265.19º | 0.84% | 0.58% | - |
| HSV(B) | 265.19º | 0.76% | 0.93% | - |
| XYZ | 26.57 | 14.09 | 82.21 | - |
| YUV | 100.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 57 | 238 | 0.44 | 0.76 | 0 | 0.07 | 265.19 | 0.84 | 0.58 |
| Hex | 85 | 39 | EE | 2C | 4C | 0 | 7 | 109 | 54 | 3A |
| Octal | 205 | 71 | 356 | 54 | 114 | 0 | 7 | 411 | 124 | 72 |
| Binary | 10000101 | 111001 | 11101110 | 101100 | 1001100 | 0 | 111 | 100001001 | 1010100 | 111010 |
Color Harmonies of #8539EE
Complementary color
Monochromatic Colors of #8539EE
Black with #8539EE
Text Example
Text Example
White with #8539EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8539EE; }
p { color: rgb(133,57,238); }
H1.HeaderClassName
{
color: #8539EE;
}
.AnyTagClassName
{
color: #8539EE;
}
</style>
background-color css
<style>
a { background-color: #8539EE; }
a { background-color: rgb(133,57,238); }
div.DivClassName
{
background-color: #8539EE;
}
.BgClassName
{
background-color: #8539EE;
}
</style>
border-color css
<style>
span { border-color: #8539EE; }
span { border-color: rgb(133,57,238); }
td.TdClassName
{
border-color: #8539EE;
}
.TagClassName
{
border-color: #8539EE;
}
</style>