Html Css Color HEX #874EAC Deep Lilac

📋 copy color: '#874EAC'

red 135 ◦ green 78 ◦ blue 172

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

Shades of Deep Lilac #874EAC

Tints of Deep Lilac #874EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 35.06%
G = 20.26%
B = 44.68%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874EAC (or 0x874EAC) is known color: Deep Lilac. HEX triplet: 87, 4E and AC. RGB value is (135,78,172). Sum of RGB (Red+Green+Blue) = 135+78+172=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #874EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874EAC is #78B153. Grayscale: #696969. Windows color (decimal): -7909716 or 11292295. OLE color: 11292295.

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

Color convert

RGB 135 78 172 -
CMYK 0.22 0.55 0 0.33
HSL 276.38º 0.38% 0.49% -
HSV(B) 276.38º 0.55% 0.67% -
XYZ 20.16 13.58 40.59 -
YUV 105.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 135 78 172 0.22 0.55 0 0.33 276.38 0.38 0.49
Hex 87 4E AC 16 37 0 21 114 26 31
Octal 207 116 254 26 67 0 41 424 46 61
Binary 10000111 1001110 10101100 10110 110111 0 100001 100010100 100110 110001

Color Harmonies of #874EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EAC

Black with #874EAC

Text Example


Text Example

White with #874EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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