Shades of Blue Violet #8535E4
Tints of Blue Violet #8535E4
RGB
CMYK
RGB Variations
Color information
#8535E4 (or 0x8535E4) is known color: Blue Violet. HEX triplet: 85, 35 and E4. RGB value is (133,53,228). Sum of RGB (Red+Green+Blue) = 133+53+228=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #8535E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535E4 is #7ACA1B. Grayscale: #606060. Windows color (decimal): -8047132 or 14955909. OLE color: 14955909.
HSL color Cylindrical-coordinate representation of color #8535E4: hue angle of 267.43º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8535E4 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 53 | 228 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.11 |
| HSL | 267.43º | 0.76% | 0.55% | - |
| HSV(B) | 267.43º | 0.77% | 0.89% | - |
| XYZ | 24.95 | 13.13 | 74.62 | - |
| YUV | 96.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 228 | 0.42 | 0.77 | 0 | 0.11 | 267.43 | 0.76 | 0.55 |
| Hex | 85 | 35 | E4 | 2A | 4D | 0 | B | 10B | 4C | 37 |
| Octal | 205 | 65 | 344 | 52 | 115 | 0 | 13 | 413 | 114 | 67 |
| Binary | 10000101 | 110101 | 11100100 | 101010 | 1001101 | 0 | 1011 | 100001011 | 1001100 | 110111 |
Color Harmonies of #8535E4
Complementary color
Monochromatic Colors of #8535E4
Black with #8535E4
Text Example
Text Example
White with #8535E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535E4; }
p { color: rgb(133,53,228); }
H1.HeaderClassName
{
color: #8535E4;
}
.AnyTagClassName
{
color: #8535E4;
}
</style>
background-color css
<style>
a { background-color: #8535E4; }
a { background-color: rgb(133,53,228); }
div.DivClassName
{
background-color: #8535E4;
}
.BgClassName
{
background-color: #8535E4;
}
</style>
border-color css
<style>
span { border-color: #8535E4; }
span { border-color: rgb(133,53,228); }
td.TdClassName
{
border-color: #8535E4;
}
.TagClassName
{
border-color: #8535E4;
}
</style>