Shades of Blue Violet #874CE9
Tints of Blue Violet #874CE9
RGB
CMYK
RGB Variations
Color information
#874CE9 (or 0x874CE9) is known color: Blue Violet. HEX triplet: 87, 4C and E9. RGB value is (135,76,233). Sum of RGB (Red+Green+Blue) = 135+76+233=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #874CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874CE9 is #78B316. Grayscale: #6E6E6E. Windows color (decimal): -7910167 or 15289479. OLE color: 15289479.
HSL color Cylindrical-coordinate representation of color #874CE9: hue angle of 262.55º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #874CE9 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 76 | 233 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.09 |
| HSL | 262.55º | 0.78% | 0.61% | - |
| HSV(B) | 262.55º | 0.67% | 0.91% | - |
| XYZ | 27.28 | 16.2 | 78.78 | - |
| YUV | 111.54 | 196.55 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 233 | 0.42 | 0.67 | 0 | 0.09 | 262.55 | 0.78 | 0.61 |
| Hex | 87 | 4C | E9 | 2A | 43 | 0 | 9 | 107 | 4E | 3D |
| Octal | 207 | 114 | 351 | 52 | 103 | 0 | 11 | 407 | 116 | 75 |
| Binary | 10000111 | 1001100 | 11101001 | 101010 | 1000011 | 0 | 1001 | 100000111 | 1001110 | 111101 |
Color Harmonies of #874CE9
Complementary color
Monochromatic Colors of #874CE9
Black with #874CE9
Text Example
Text Example
White with #874CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874CE9; }
p { color: rgb(135,76,233); }
H1.HeaderClassName
{
color: #874CE9;
}
.AnyTagClassName
{
color: #874CE9;
}
</style>
background-color css
<style>
a { background-color: #874CE9; }
a { background-color: rgb(135,76,233); }
div.DivClassName
{
background-color: #874CE9;
}
.BgClassName
{
background-color: #874CE9;
}
</style>
border-color css
<style>
span { border-color: #874CE9; }
span { border-color: rgb(135,76,233); }
td.TdClassName
{
border-color: #874CE9;
}
.TagClassName
{
border-color: #874CE9;
}
</style>