Shades of Blue Violet #874CE0
Tints of Blue Violet #874CE0
RGB
CMYK
RGB Variations
Color information
#874CE0 (or 0x874CE0) is known color: Blue Violet. HEX triplet: 87, 4C and E0. RGB value is (135,76,224). Sum of RGB (Red+Green+Blue) = 135+76+224=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #874CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CE0 is #78B31F. Grayscale: #6D6D6D. Windows color (decimal): -7910176 or 14699655. OLE color: 14699655.
HSL color Cylindrical-coordinate representation of color #874CE0: hue angle of 263.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874CE0 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 76 | 224 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.12 |
| HSL | 263.92º | 0.7% | 0.59% | - |
| HSV(B) | 263.92º | 0.66% | 0.88% | - |
| XYZ | 26.03 | 15.7 | 72.18 | - |
| YUV | 110.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 224 | 0.40 | 0.66 | 0 | 0.12 | 263.92 | 0.7 | 0.59 |
| Hex | 87 | 4C | E0 | 28 | 42 | 0 | C | 108 | 46 | 3B |
| Octal | 207 | 114 | 340 | 50 | 102 | 0 | 14 | 410 | 106 | 73 |
| Binary | 10000111 | 1001100 | 11100000 | 101000 | 1000010 | 0 | 1100 | 100001000 | 1000110 | 111011 |
Color Harmonies of #874CE0
Complementary color
Monochromatic Colors of #874CE0
Black with #874CE0
Text Example
Text Example
White with #874CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874CE0; }
p { color: rgb(135,76,224); }
H1.HeaderClassName
{
color: #874CE0;
}
.AnyTagClassName
{
color: #874CE0;
}
</style>
background-color css
<style>
a { background-color: #874CE0; }
a { background-color: rgb(135,76,224); }
div.DivClassName
{
background-color: #874CE0;
}
.BgClassName
{
background-color: #874CE0;
}
</style>
border-color css
<style>
span { border-color: #874CE0; }
span { border-color: rgb(135,76,224); }
td.TdClassName
{
border-color: #874CE0;
}
.TagClassName
{
border-color: #874CE0;
}
</style>