Shades of Blue Violet #8949E0
Tints of Blue Violet #8949E0
RGB
CMYK
RGB Variations
Color information
#8949E0 (or 0x8949E0) is known color: Blue Violet. HEX triplet: 89, 49 and E0. RGB value is (137,73,224). Sum of RGB (Red+Green+Blue) = 137+73+224=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #8949E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949E0 is #76B61F. Grayscale: #6C6C6C. Windows color (decimal): -7779872 or 14698889. OLE color: 14698889.
HSL color Cylindrical-coordinate representation of color #8949E0: hue angle of 265.43º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8949E0 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 73 | 224 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.12 |
| HSL | 265.43º | 0.71% | 0.58% | - |
| HSV(B) | 265.43º | 0.67% | 0.88% | - |
| XYZ | 26.15 | 15.47 | 72.13 | - |
| YUV | 109.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 224 | 0.39 | 0.67 | 0 | 0.12 | 265.43 | 0.71 | 0.58 |
| Hex | 89 | 49 | E0 | 27 | 43 | 0 | C | 109 | 47 | 3A |
| Octal | 211 | 111 | 340 | 47 | 103 | 0 | 14 | 411 | 107 | 72 |
| Binary | 10001001 | 1001001 | 11100000 | 100111 | 1000011 | 0 | 1100 | 100001001 | 1000111 | 111010 |
Color Harmonies of #8949E0
Complementary color
Monochromatic Colors of #8949E0
Black with #8949E0
Text Example
Text Example
White with #8949E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949E0; }
p { color: rgb(137,73,224); }
H1.HeaderClassName
{
color: #8949E0;
}
.AnyTagClassName
{
color: #8949E0;
}
</style>
background-color css
<style>
a { background-color: #8949E0; }
a { background-color: rgb(137,73,224); }
div.DivClassName
{
background-color: #8949E0;
}
.BgClassName
{
background-color: #8949E0;
}
</style>
border-color css
<style>
span { border-color: #8949E0; }
span { border-color: rgb(137,73,224); }
td.TdClassName
{
border-color: #8949E0;
}
.TagClassName
{
border-color: #8949E0;
}
</style>