#874FBE

Color #874FBE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #874FBE

Tints of Deep Lilac #874FBE

Color information

#874FBE (or 0x874FBE) is unknown color: approx Deep Lilac. HEX triplet: 87, 4F and BE. RGB value is (135,79,190). Sum of RGB (Red+Green+Blue) = 135+79+190=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #874FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FBE is #78B041. Grayscale: #6C6C6C. Windows color (decimal): -7909442 or 12472199. OLE color: 12472199.

HSL color Cylindrical-coordinate representation of color #874FBE: hue angle of 270.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874FBE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13579190-
CMYK0.290.5800.25
HSL270.27º46.06%52.75%-
HSV(B)270.27º58.42%74.51%-
XYZ22.0814.4650.34-
YUV108.4174.05146.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=33.42%
G=19.55%
B=47.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135791900.290.5800.25270.2746.0652.75
Hex874FBE1D3A01910e2e35
Octal20711727635720314165665
Binary1000011110011111011111011101111010011001100001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874FBE; }

 p { color: rgb(135,79,190); }

 H1.HeaderClassName
 {
   color: #874FBE;
 }
 .AnyTagClassName
 {
   color: #874FBE;
 }
</style>
background-color css

<style>
 a { background-color: #874FBE; }

 a { background-color: rgb(135,79,190); }

 div.DivClassName
 {
   background-color: #874FBE;
 }
 .BgClassName
 {
   background-color: #874FBE;
 }
</style>
border-color css

<style>
 span { border-color: #874FBE; }

 span { border-color: rgb(135,79,190); }

 td.TdClassName
 {
   border-color: #874FBE;
 }
 .TagClassName
 {
   border-color: #874FBE;
 }
</style>