Html Css Color HEX #874DAC Deep Lilac

📋 copy color: '#874DAC'

red 135 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #874DAC

Tints of Deep Lilac #874DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

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

R = 35.16%
G = 20.05%
B = 44.79%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874DAC (or 0x874DAC) is known color: Deep Lilac. HEX triplet: 87, 4D and AC. RGB value is (135,77,172). Sum of RGB (Red+Green+Blue) = 135+77+172=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #874DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874DAC is #78B253. Grayscale: #686868. Windows color (decimal): -7909972 or 11292039. OLE color: 11292039.

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

Color convert

RGB 135 77 172 -
CMYK 0.22 0.55 0 0.33
HSL 276.63º 0.38% 0.49% -
HSV(B) 276.63º 0.55% 0.67% -
XYZ 20.09 13.44 40.56 -
YUV 105.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 135 77 172 0.22 0.55 0 0.33 276.63 0.38 0.49
Hex 87 4D AC 16 37 0 21 115 26 31
Octal 207 115 254 26 67 0 41 425 46 61
Binary 10000111 1001101 10101100 10110 110111 0 100001 100010101 100110 110001

Color Harmonies of #874DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DAC

Black with #874DAC

Text Example


Text Example

White with #874DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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