Shades of Blue Violet #873EE0
Tints of Blue Violet #873EE0
RGB
CMYK
RGB Variations
Color information
#873EE0 (or 0x873EE0) is known color: Blue Violet. HEX triplet: 87, 3E and E0. RGB value is (135,62,224). Sum of RGB (Red+Green+Blue) = 135+62+224=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #873EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EE0 is #78C11F. Grayscale: #656565. Windows color (decimal): -7913760 or 14696071. OLE color: 14696071.
HSL color Cylindrical-coordinate representation of color #873EE0: hue angle of 267.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #873EE0 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 62 | 224 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.12 |
| HSL | 267.04º | 0.72% | 0.56% | - |
| HSV(B) | 267.04º | 0.72% | 0.88% | - |
| XYZ | 25.17 | 13.98 | 71.89 | - |
| YUV | 102.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 224 | 0.40 | 0.72 | 0 | 0.12 | 267.04 | 0.72 | 0.56 |
| Hex | 87 | 3E | E0 | 28 | 48 | 0 | C | 10B | 48 | 38 |
| Octal | 207 | 76 | 340 | 50 | 110 | 0 | 14 | 413 | 110 | 70 |
| Binary | 10000111 | 111110 | 11100000 | 101000 | 1001000 | 0 | 1100 | 100001011 | 1001000 | 111000 |
Color Harmonies of #873EE0
Complementary color
Monochromatic Colors of #873EE0
Black with #873EE0
Text Example
Text Example
White with #873EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873EE0; }
p { color: rgb(135,62,224); }
H1.HeaderClassName
{
color: #873EE0;
}
.AnyTagClassName
{
color: #873EE0;
}
</style>
background-color css
<style>
a { background-color: #873EE0; }
a { background-color: rgb(135,62,224); }
div.DivClassName
{
background-color: #873EE0;
}
.BgClassName
{
background-color: #873EE0;
}
</style>
border-color css
<style>
span { border-color: #873EE0; }
span { border-color: rgb(135,62,224); }
td.TdClassName
{
border-color: #873EE0;
}
.TagClassName
{
border-color: #873EE0;
}
</style>