Html Css Color HEX #874AAE Deep Lilac

📋 copy color: '#874AAE'

red 135 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #874AAE

Tints of Deep Lilac #874AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 35.25%
G = 19.32%
B = 45.43%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#874AAE (or 0x874AAE) is known color: Deep Lilac. HEX triplet: 87, 4A and AE. RGB value is (135,74,174). Sum of RGB (Red+Green+Blue) = 135+74+174=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #874AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874AAE is #78B551. Grayscale: #676767. Windows color (decimal): -7910738 or 11422343. OLE color: 11422343.

HSL color Cylindrical-coordinate representation of color #874AAE: hue angle of 276.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874AAE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 74 174 -
CMYK 0.22 0.57 0 0.32
HSL 276.6º 0.4% 0.49% -
HSV(B) 276.6º 0.57% 0.68% -
XYZ 20.08 13.1 41.52 -
YUV 103.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 135 74 174 0.22 0.57 0 0.32 276.6 0.4 0.49
Hex 87 4A AE 16 39 0 20 115 28 31
Octal 207 112 256 26 71 0 40 425 50 61
Binary 10000111 1001010 10101110 10110 111001 0 100000 100010101 101000 110001

Color Harmonies of #874AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AAE

Black with #874AAE

Text Example


Text Example

White with #874AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,174); }

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

background-color css

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

 a { background-color: rgb(135,74,174); }

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

border-color css

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

 span { border-color: rgb(135,74,174); }

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