Shades of Blue Violet #8934E3
Tints of Blue Violet #8934E3
RGB
CMYK
RGB Variations
Color information
#8934E3 (or 0x8934E3) is known color: Blue Violet. HEX triplet: 89, 34 and E3. RGB value is (137,52,227). Sum of RGB (Red+Green+Blue) = 137+52+227=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 227 (89.06% from 255 or 54.57% from 416); Max value from RGB is 227 - color contains mainly: blue. Hex color #8934E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8934E3 is #76CB1C. Grayscale: #606060. Windows color (decimal): -7785245 or 14890121. OLE color: 14890121.
HSL color Cylindrical-coordinate representation of color #8934E3: hue angle of 269.14º 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 #8934E3 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 52 | 227 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.11 |
| HSL | 269.14º | 0.76% | 0.55% | - |
| HSV(B) | 269.14º | 0.77% | 0.89% | - |
| XYZ | 25.41 | 13.32 | 73.9 | - |
| YUV | 97.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 227 | 0.40 | 0.77 | 0 | 0.11 | 269.14 | 0.76 | 0.55 |
| Hex | 89 | 34 | E3 | 28 | 4D | 0 | B | 10D | 4C | 37 |
| Octal | 211 | 64 | 343 | 50 | 115 | 0 | 13 | 415 | 114 | 67 |
| Binary | 10001001 | 110100 | 11100011 | 101000 | 1001101 | 0 | 1011 | 100001101 | 1001100 | 110111 |
Color Harmonies of #8934E3
Complementary color
Monochromatic Colors of #8934E3
Black with #8934E3
Text Example
Text Example
White with #8934E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8934E3; }
p { color: rgb(137,52,227); }
H1.HeaderClassName
{
color: #8934E3;
}
.AnyTagClassName
{
color: #8934E3;
}
</style>
background-color css
<style>
a { background-color: #8934E3; }
a { background-color: rgb(137,52,227); }
div.DivClassName
{
background-color: #8934E3;
}
.BgClassName
{
background-color: #8934E3;
}
</style>
border-color css
<style>
span { border-color: #8934E3; }
span { border-color: rgb(137,52,227); }
td.TdClassName
{
border-color: #8934E3;
}
.TagClassName
{
border-color: #8934E3;
}
</style>