Shades of Blue Violet #8533EE
Tints of Blue Violet #8533EE
RGB
CMYK
RGB Variations
Color information
#8533EE (or 0x8533EE) is known color: Blue Violet. HEX triplet: 85, 33 and EE. RGB value is (133,51,238). Sum of RGB (Red+Green+Blue) = 133+51+238=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #8533EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8533EE is #7ACC11. Grayscale: #606060. Windows color (decimal): -8047634 or 15610757. OLE color: 15610757.
HSL color Cylindrical-coordinate representation of color #8533EE: hue angle of 266.31º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8533EE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 51 | 238 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.07 |
| HSL | 266.31º | 0.85% | 0.57% | - |
| HSV(B) | 266.31º | 0.79% | 0.93% | - |
| XYZ | 26.29 | 13.53 | 82.11 | - |
| YUV | 96.84 | 207.67 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 238 | 0.44 | 0.79 | 0 | 0.07 | 266.31 | 0.85 | 0.57 |
| Hex | 85 | 33 | EE | 2C | 4F | 0 | 7 | 10A | 55 | 39 |
| Octal | 205 | 63 | 356 | 54 | 117 | 0 | 7 | 412 | 125 | 71 |
| Binary | 10000101 | 110011 | 11101110 | 101100 | 1001111 | 0 | 111 | 100001010 | 1010101 | 111001 |
Color Harmonies of #8533EE
Complementary color
Monochromatic Colors of #8533EE
Black with #8533EE
Text Example
Text Example
White with #8533EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533EE; }
p { color: rgb(133,51,238); }
H1.HeaderClassName
{
color: #8533EE;
}
.AnyTagClassName
{
color: #8533EE;
}
</style>
background-color css
<style>
a { background-color: #8533EE; }
a { background-color: rgb(133,51,238); }
div.DivClassName
{
background-color: #8533EE;
}
.BgClassName
{
background-color: #8533EE;
}
</style>
border-color css
<style>
span { border-color: #8533EE; }
span { border-color: rgb(133,51,238); }
td.TdClassName
{
border-color: #8533EE;
}
.TagClassName
{
border-color: #8533EE;
}
</style>