Html Css Color HEX #874FAB Deep Lilac

📋 copy color: '#874FAB'

red 135 ◦ green 79 ◦ blue 171

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

Shades of Deep Lilac #874FAB

Tints of Deep Lilac #874FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 35.06%
G = 20.52%
B = 44.42%

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

#874FAB (or 0x874FAB) is known color: Deep Lilac. HEX triplet: 87, 4F and AB. RGB value is (135,79,171). Sum of RGB (Red+Green+Blue) = 135+79+171=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #874FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874FAB is #78B054. Grayscale: #696969. Windows color (decimal): -7909461 or 11227015. OLE color: 11227015.

HSL color Cylindrical-coordinate representation of color #874FAB: hue angle of 276.52º 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 #874FAB is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 79 171 -
CMYK 0.21 0.54 0 0.33
HSL 276.52º 0.37% 0.49% -
HSV(B) 276.52º 0.54% 0.67% -
XYZ 20.14 13.68 40.11 -
YUV 106.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 135 79 171 0.21 0.54 0 0.33 276.52 0.37 0.49
Hex 87 4F AB 15 36 0 21 115 25 31
Octal 207 117 253 25 66 0 41 425 45 61
Binary 10000111 1001111 10101011 10101 110110 0 100001 100010101 100101 110001

Color Harmonies of #874FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FAB

Black with #874FAB

Text Example


Text Example

White with #874FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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