Html Css Color HEX #874BAC Deep Lilac

📋 copy color: '#874BAC'

red 135 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #874BAC

Tints of Deep Lilac #874BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.63%

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

R = 35.34%
G = 19.63%
B = 45.03%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874BAC (or 0x874BAC) is known color: Deep Lilac. HEX triplet: 87, 4B and AC. RGB value is (135,75,172). Sum of RGB (Red+Green+Blue) = 135+75+172=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #874BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874BAC is #78B453. Grayscale: #676767. Windows color (decimal): -7910484 or 11291527. OLE color: 11291527.

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

Color convert

RGB 135 75 172 -
CMYK 0.22 0.56 0 0.33
HSL 277.11º 0.39% 0.48% -
HSV(B) 277.11º 0.56% 0.67% -
XYZ 19.95 13.16 40.52 -
YUV 104 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 135 75 172 0.22 0.56 0 0.33 277.11 0.39 0.48
Hex 87 4B AC 16 38 0 21 115 27 30
Octal 207 113 254 26 70 0 41 425 47 60
Binary 10000111 1001011 10101100 10110 111000 0 100001 100010101 100111 110000

Color Harmonies of #874BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BAC

Black with #874BAC

Text Example


Text Example

White with #874BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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