Shades of Blue Violet #873CE0
Tints of Blue Violet #873CE0
RGB
CMYK
RGB Variations
Color information
#873CE0 (or 0x873CE0) is known color: Blue Violet. HEX triplet: 87, 3C and E0. RGB value is (135,60,224). Sum of RGB (Red+Green+Blue) = 135+60+224=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #873CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CE0 is #78C31F. Grayscale: #646464. Windows color (decimal): -7914272 or 14695559. OLE color: 14695559.
HSL color Cylindrical-coordinate representation of color #873CE0: hue angle of 267.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873CE0 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 60 | 224 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.12 |
| HSL | 267.44º | 0.73% | 0.56% | - |
| HSV(B) | 267.44º | 0.73% | 0.88% | - |
| XYZ | 25.06 | 13.76 | 71.86 | - |
| YUV | 101.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 224 | 0.40 | 0.73 | 0 | 0.12 | 267.44 | 0.73 | 0.56 |
| Hex | 87 | 3C | E0 | 28 | 49 | 0 | C | 10B | 49 | 38 |
| Octal | 207 | 74 | 340 | 50 | 111 | 0 | 14 | 413 | 111 | 70 |
| Binary | 10000111 | 111100 | 11100000 | 101000 | 1001001 | 0 | 1100 | 100001011 | 1001001 | 111000 |
Color Harmonies of #873CE0
Complementary color
Monochromatic Colors of #873CE0
Black with #873CE0
Text Example
Text Example
White with #873CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CE0; }
p { color: rgb(135,60,224); }
H1.HeaderClassName
{
color: #873CE0;
}
.AnyTagClassName
{
color: #873CE0;
}
</style>
background-color css
<style>
a { background-color: #873CE0; }
a { background-color: rgb(135,60,224); }
div.DivClassName
{
background-color: #873CE0;
}
.BgClassName
{
background-color: #873CE0;
}
</style>
border-color css
<style>
span { border-color: #873CE0; }
span { border-color: rgb(135,60,224); }
td.TdClassName
{
border-color: #873CE0;
}
.TagClassName
{
border-color: #873CE0;
}
</style>