Html Css Color HEX #874CAC Deep Lilac

📋 copy color: '#874CAC'

red 135 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #874CAC

Tints of Deep Lilac #874CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

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

R = 35.25%
G = 19.84%
B = 44.91%

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

#874CAC (or 0x874CAC) is known color: Deep Lilac. HEX triplet: 87, 4C and AC. RGB value is (135,76,172). Sum of RGB (Red+Green+Blue) = 135+76+172=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #874CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874CAC is #78B353. Grayscale: #686868. Windows color (decimal): -7910228 or 11291783. OLE color: 11291783.

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

Color convert

RGB 135 76 172 -
CMYK 0.22 0.56 0 0.33
HSL 276.88º 0.39% 0.49% -
HSV(B) 276.88º 0.56% 0.67% -
XYZ 20.02 13.3 40.54 -
YUV 104.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 135 76 172 0.22 0.56 0 0.33 276.88 0.39 0.49
Hex 87 4C AC 16 38 0 21 115 27 31
Octal 207 114 254 26 70 0 41 425 47 61
Binary 10000111 1001100 10101100 10110 111000 0 100001 100010101 100111 110001

Color Harmonies of #874CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CAC

Black with #874CAC

Text Example


Text Example

White with #874CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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