Html Css Color HEX #874AAA Deep Lilac

📋 copy color: '#874AAA'

red 135 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #874AAA

Tints of Deep Lilac #874AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 35.62%
G = 19.53%
B = 44.85%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874AAA (or 0x874AAA) is known color: Deep Lilac. HEX triplet: 87, 4A and AA. RGB value is (135,74,170). Sum of RGB (Red+Green+Blue) = 135+74+170=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #874AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874AAA is #78B555. Grayscale: #666666. Windows color (decimal): -7910742 or 11160199. OLE color: 11160199.

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

Color convert

RGB 135 74 170 -
CMYK 0.21 0.56 0 0.33
HSL 278.13º 0.39% 0.48% -
HSV(B) 278.13º 0.56% 0.67% -
XYZ 19.7 12.95 39.49 -
YUV 103.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 135 74 170 0.21 0.56 0 0.33 278.13 0.39 0.48
Hex 87 4A AA 15 38 0 21 116 27 30
Octal 207 112 252 25 70 0 41 426 47 60
Binary 10000111 1001010 10101010 10101 111000 0 100001 100010110 100111 110000

Color Harmonies of #874AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AAA

Black with #874AAA

Text Example


Text Example

White with #874AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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