Html Css Color HEX #874EAB Deep Lilac

📋 copy color: '#874EAB'

red 135 ◦ green 78 ◦ blue 171

#874EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #874EAB

Tints of Deep Lilac #874EAB

RGB

 RED value IS 135 (53.13% from 255) = 35.16%

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 35.16%
G = 20.31%
B = 44.53%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874EAB (or 0x874EAB) is known color: Deep Lilac. HEX triplet: 87, 4E and AB. RGB value is (135,78,171). Sum of RGB (Red+Green+Blue) = 135+78+171=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #874EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874EAB is #78B154. Grayscale: #696969. Windows color (decimal): -7909717 or 11226759. OLE color: 11226759.

HSL color Cylindrical-coordinate representation of color #874EAB: hue angle of 276.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874EAB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 78 171 -
CMYK 0.21 0.54 0 0.33
HSL 276.77º 0.37% 0.49% -
HSV(B) 276.77º 0.54% 0.67% -
XYZ 20.07 13.54 40.08 -
YUV 105.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 135 78 171 0.21 0.54 0 0.33 276.77 0.37 0.49
Hex 87 4E AB 15 36 0 21 115 25 31
Octal 207 116 253 25 66 0 41 425 45 61
Binary 10000111 1001110 10101011 10101 110110 0 100001 100010101 100101 110001

Color Harmonies of #874EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EAB

Black with #874EAB

Text Example


Text Example

White with #874EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,78,171); }

 H1.HeaderClassName
 {
   color: #874EAB;
 }
 .AnyTagClassName
 {
   color: #874EAB;
 }
</style>

background-color css

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

 a { background-color: rgb(135,78,171); }

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

border-color css

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

 span { border-color: rgb(135,78,171); }

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