Shades of Blue Violet #8536EA
Tints of Blue Violet #8536EA
RGB
CMYK
RGB Variations
Color information
#8536EA (or 0x8536EA) is known color: Blue Violet. HEX triplet: 85, 36 and EA. RGB value is (133,54,234). Sum of RGB (Red+Green+Blue) = 133+54+234=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #8536EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8536EA is #7AC915. Grayscale: #616161. Windows color (decimal): -8046870 or 15349381. OLE color: 15349381.
HSL color Cylindrical-coordinate representation of color #8536EA: hue angle of 266.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8536EA is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 54 | 234 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.08 |
| HSL | 266.33º | 0.81% | 0.56% | - |
| HSV(B) | 266.33º | 0.77% | 0.92% | - |
| XYZ | 25.84 | 13.57 | 79.1 | - |
| YUV | 98.14 | 204.67 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 234 | 0.43 | 0.77 | 0 | 0.08 | 266.33 | 0.81 | 0.56 |
| Hex | 85 | 36 | EA | 2B | 4D | 0 | 8 | 10A | 51 | 38 |
| Octal | 205 | 66 | 352 | 53 | 115 | 0 | 10 | 412 | 121 | 70 |
| Binary | 10000101 | 110110 | 11101010 | 101011 | 1001101 | 0 | 1000 | 100001010 | 1010001 | 111000 |
Color Harmonies of #8536EA
Complementary color
Monochromatic Colors of #8536EA
Black with #8536EA
Text Example
Text Example
White with #8536EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8536EA; }
p { color: rgb(133,54,234); }
H1.HeaderClassName
{
color: #8536EA;
}
.AnyTagClassName
{
color: #8536EA;
}
</style>
background-color css
<style>
a { background-color: #8536EA; }
a { background-color: rgb(133,54,234); }
div.DivClassName
{
background-color: #8536EA;
}
.BgClassName
{
background-color: #8536EA;
}
</style>
border-color css
<style>
span { border-color: #8536EA; }
span { border-color: rgb(133,54,234); }
td.TdClassName
{
border-color: #8536EA;
}
.TagClassName
{
border-color: #8536EA;
}
</style>