Shades of Blue Violet #874AE8
Tints of Blue Violet #874AE8
RGB
CMYK
RGB Variations
Color information
#874AE8 (or 0x874AE8) is known color: Blue Violet. HEX triplet: 87, 4A and E8. RGB value is (135,74,232). Sum of RGB (Red+Green+Blue) = 135+74+232=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #874AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874AE8 is #78B517. Grayscale: #6D6D6D. Windows color (decimal): -7910680 or 15223431. OLE color: 15223431.
HSL color Cylindrical-coordinate representation of color #874AE8: hue angle of 263.16º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #874AE8 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 74 | 232 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.09 |
| HSL | 263.16º | 0.77% | 0.6% | - |
| HSV(B) | 263.16º | 0.68% | 0.91% | - |
| XYZ | 27.01 | 15.87 | 77.98 | - |
| YUV | 110.25 | 196.71 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 232 | 0.42 | 0.68 | 0 | 0.09 | 263.16 | 0.77 | 0.6 |
| Hex | 87 | 4A | E8 | 2A | 44 | 0 | 9 | 107 | 4D | 3C |
| Octal | 207 | 112 | 350 | 52 | 104 | 0 | 11 | 407 | 115 | 74 |
| Binary | 10000111 | 1001010 | 11101000 | 101010 | 1000100 | 0 | 1001 | 100000111 | 1001101 | 111100 |
Color Harmonies of #874AE8
Complementary color
Monochromatic Colors of #874AE8
Black with #874AE8
Text Example
Text Example
White with #874AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874AE8; }
p { color: rgb(135,74,232); }
H1.HeaderClassName
{
color: #874AE8;
}
.AnyTagClassName
{
color: #874AE8;
}
</style>
background-color css
<style>
a { background-color: #874AE8; }
a { background-color: rgb(135,74,232); }
div.DivClassName
{
background-color: #874AE8;
}
.BgClassName
{
background-color: #874AE8;
}
</style>
border-color css
<style>
span { border-color: #874AE8; }
span { border-color: rgb(135,74,232); }
td.TdClassName
{
border-color: #874AE8;
}
.TagClassName
{
border-color: #874AE8;
}
</style>