Html Css Color HEX #874AAB Deep Lilac

📋 copy color: '#874AAB'

red 135 ◦ green 74 ◦ blue 171

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

Shades of Deep Lilac #874AAB

Tints of Deep Lilac #874AAB

RGB

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

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

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

R = 35.53%
G = 19.47%
B = 45%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874AAB (or 0x874AAB) is known color: Deep Lilac. HEX triplet: 87, 4A and AB. RGB value is (135,74,171). Sum of RGB (Red+Green+Blue) = 135+74+171=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #874AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874AAB is #78B554. Grayscale: #666666. Windows color (decimal): -7910741 or 11225735. OLE color: 11225735.

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

Color convert

RGB 135 74 171 -
CMYK 0.21 0.57 0 0.33
HSL 277.73º 0.4% 0.48% -
HSV(B) 277.73º 0.57% 0.67% -
XYZ 19.79 12.99 39.99 -
YUV 103.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 135 74 171 0.21 0.57 0 0.33 277.73 0.4 0.48
Hex 87 4A AB 15 39 0 21 116 28 30
Octal 207 112 253 25 71 0 41 426 50 60
Binary 10000111 1001010 10101011 10101 111001 0 100001 100010110 101000 110000

Color Harmonies of #874AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AAB

Black with #874AAB

Text Example


Text Example

White with #874AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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