Shades of Blue Violet #873CE4
Tints of Blue Violet #873CE4
RGB
CMYK
RGB Variations
Color information
#873CE4 (or 0x873CE4) is known color: Blue Violet. HEX triplet: 87, 3C and E4. RGB value is (135,60,228). Sum of RGB (Red+Green+Blue) = 135+60+228=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #873CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CE4 is #78C31B. Grayscale: #646464. Windows color (decimal): -7914268 or 14957703. OLE color: 14957703.
HSL color Cylindrical-coordinate representation of color #873CE4: hue angle of 266.79º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873CE4 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 135 | 60 | 228 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.11 |
| HSL | 266.79º | 0.76% | 0.56% | - |
| HSV(B) | 266.79º | 0.74% | 0.89% | - |
| XYZ | 25.61 | 13.98 | 74.75 | - |
| YUV | 101.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 228 | 0.41 | 0.74 | 0 | 0.11 | 266.79 | 0.76 | 0.56 |
| Hex | 87 | 3C | E4 | 29 | 4A | 0 | B | 10B | 4C | 38 |
| Octal | 207 | 74 | 344 | 51 | 112 | 0 | 13 | 413 | 114 | 70 |
| Binary | 10000111 | 111100 | 11100100 | 101001 | 1001010 | 0 | 1011 | 100001011 | 1001100 | 111000 |
Color Harmonies of #873CE4
Complementary color
Monochromatic Colors of #873CE4
Black with #873CE4
Text Example
Text Example
White with #873CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CE4; }
p { color: rgb(135,60,228); }
H1.HeaderClassName
{
color: #873CE4;
}
.AnyTagClassName
{
color: #873CE4;
}
</style>
background-color css
<style>
a { background-color: #873CE4; }
a { background-color: rgb(135,60,228); }
div.DivClassName
{
background-color: #873CE4;
}
.BgClassName
{
background-color: #873CE4;
}
</style>
border-color css
<style>
span { border-color: #873CE4; }
span { border-color: rgb(135,60,228); }
td.TdClassName
{
border-color: #873CE4;
}
.TagClassName
{
border-color: #873CE4;
}
</style>