Shades of Blue Violet #8945E4
Tints of Blue Violet #8945E4
RGB
CMYK
RGB Variations
Color information
#8945E4 (or 0x8945E4) is known color: Blue Violet. HEX triplet: 89, 45 and E4. RGB value is (137,69,228). Sum of RGB (Red+Green+Blue) = 137+69+228=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #8945E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8945E4 is #76BA1B. Grayscale: #6A6A6A. Windows color (decimal): -7780892 or 14960009. OLE color: 14960009.
HSL color Cylindrical-coordinate representation of color #8945E4: hue angle of 265.66º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8945E4 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 69 | 228 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.11 |
| HSL | 265.66º | 0.75% | 0.58% | - |
| HSV(B) | 265.66º | 0.7% | 0.89% | - |
| XYZ | 26.45 | 15.18 | 74.93 | - |
| YUV | 107.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 228 | 0.40 | 0.70 | 0 | 0.11 | 265.66 | 0.75 | 0.58 |
| Hex | 89 | 45 | E4 | 28 | 46 | 0 | B | 10A | 4B | 3A |
| Octal | 211 | 105 | 344 | 50 | 106 | 0 | 13 | 412 | 113 | 72 |
| Binary | 10001001 | 1000101 | 11100100 | 101000 | 1000110 | 0 | 1011 | 100001010 | 1001011 | 111010 |
Color Harmonies of #8945E4
Complementary color
Monochromatic Colors of #8945E4
Black with #8945E4
Text Example
Text Example
White with #8945E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8945E4; }
p { color: rgb(137,69,228); }
H1.HeaderClassName
{
color: #8945E4;
}
.AnyTagClassName
{
color: #8945E4;
}
</style>
background-color css
<style>
a { background-color: #8945E4; }
a { background-color: rgb(137,69,228); }
div.DivClassName
{
background-color: #8945E4;
}
.BgClassName
{
background-color: #8945E4;
}
</style>
border-color css
<style>
span { border-color: #8945E4; }
span { border-color: rgb(137,69,228); }
td.TdClassName
{
border-color: #8945E4;
}
.TagClassName
{
border-color: #8945E4;
}
</style>