Shades of Blue Violet #8935EA
Tints of Blue Violet #8935EA
RGB
CMYK
RGB Variations
Color information
#8935EA (or 0x8935EA) is known color: Blue Violet. HEX triplet: 89, 35 and EA. RGB value is (137,53,234). Sum of RGB (Red+Green+Blue) = 137+53+234=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #8935EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8935EA is #76CA15. Grayscale: #626262. Windows color (decimal): -7784982 or 15349129. OLE color: 15349129.
HSL color Cylindrical-coordinate representation of color #8935EA: hue angle of 267.85º 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 #8935EA is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 53 | 234 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.08 |
| HSL | 267.85º | 0.81% | 0.56% | - |
| HSV(B) | 267.85º | 0.77% | 0.92% | - |
| XYZ | 26.44 | 13.81 | 79.11 | - |
| YUV | 98.75 | 204.33 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 234 | 0.41 | 0.77 | 0 | 0.08 | 267.85 | 0.81 | 0.56 |
| Hex | 89 | 35 | EA | 29 | 4D | 0 | 8 | 10C | 51 | 38 |
| Octal | 211 | 65 | 352 | 51 | 115 | 0 | 10 | 414 | 121 | 70 |
| Binary | 10001001 | 110101 | 11101010 | 101001 | 1001101 | 0 | 1000 | 100001100 | 1010001 | 111000 |
Color Harmonies of #8935EA
Complementary color
Monochromatic Colors of #8935EA
Black with #8935EA
Text Example
Text Example
White with #8935EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935EA; }
p { color: rgb(137,53,234); }
H1.HeaderClassName
{
color: #8935EA;
}
.AnyTagClassName
{
color: #8935EA;
}
</style>
background-color css
<style>
a { background-color: #8935EA; }
a { background-color: rgb(137,53,234); }
div.DivClassName
{
background-color: #8935EA;
}
.BgClassName
{
background-color: #8935EA;
}
</style>
border-color css
<style>
span { border-color: #8935EA; }
span { border-color: rgb(137,53,234); }
td.TdClassName
{
border-color: #8935EA;
}
.TagClassName
{
border-color: #8935EA;
}
</style>