Shades of Blue Violet #8943E0
Tints of Blue Violet #8943E0
RGB
CMYK
RGB Variations
Color information
#8943E0 (or 0x8943E0) is known color: Blue Violet. HEX triplet: 89, 43 and E0. RGB value is (137,67,224). Sum of RGB (Red+Green+Blue) = 137+67+224=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 67 (26.56% from 255 or 15.65% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #8943E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8943E0 is #76BC1F. Grayscale: #696969. Windows color (decimal): -7781408 or 14697353. OLE color: 14697353.
HSL color Cylindrical-coordinate representation of color #8943E0: hue angle of 266.75º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8943E0 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 67 | 224 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.12 |
| HSL | 266.75º | 0.72% | 0.57% | - |
| HSV(B) | 266.75º | 0.7% | 0.88% | - |
| XYZ | 25.78 | 14.71 | 72 | - |
| YUV | 105.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 224 | 0.39 | 0.70 | 0 | 0.12 | 266.75 | 0.72 | 0.57 |
| Hex | 89 | 43 | E0 | 27 | 46 | 0 | C | 10B | 48 | 39 |
| Octal | 211 | 103 | 340 | 47 | 106 | 0 | 14 | 413 | 110 | 71 |
| Binary | 10001001 | 1000011 | 11100000 | 100111 | 1000110 | 0 | 1100 | 100001011 | 1001000 | 111001 |
Color Harmonies of #8943E0
Complementary color
Monochromatic Colors of #8943E0
Black with #8943E0
Text Example
Text Example
White with #8943E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8943E0; }
p { color: rgb(137,67,224); }
H1.HeaderClassName
{
color: #8943E0;
}
.AnyTagClassName
{
color: #8943E0;
}
</style>
background-color css
<style>
a { background-color: #8943E0; }
a { background-color: rgb(137,67,224); }
div.DivClassName
{
background-color: #8943E0;
}
.BgClassName
{
background-color: #8943E0;
}
</style>
border-color css
<style>
span { border-color: #8943E0; }
span { border-color: rgb(137,67,224); }
td.TdClassName
{
border-color: #8943E0;
}
.TagClassName
{
border-color: #8943E0;
}
</style>