Html Css Color HEX #874DAD Deep Lilac

📋 copy color: '#874DAD'

red 135 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #874DAD

Tints of Deep Lilac #874DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 35.06%
G = 20%
B = 44.94%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#874DAD (or 0x874DAD) is known color: Deep Lilac. HEX triplet: 87, 4D and AD. RGB value is (135,77,173). Sum of RGB (Red+Green+Blue) = 135+77+173=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #874DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874DAD is #78B252. Grayscale: #686868. Windows color (decimal): -7909971 or 11357575. OLE color: 11357575.

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

Color convert

RGB 135 77 173 -
CMYK 0.22 0.55 0 0.32
HSL 276.25º 0.38% 0.49% -
HSV(B) 276.25º 0.55% 0.68% -
XYZ 20.19 13.48 41.07 -
YUV 105.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 135 77 173 0.22 0.55 0 0.32 276.25 0.38 0.49
Hex 87 4D AD 16 37 0 20 114 26 31
Octal 207 115 255 26 67 0 40 424 46 61
Binary 10000111 1001101 10101101 10110 110111 0 100000 100010100 100110 110001

Color Harmonies of #874DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DAD

Black with #874DAD

Text Example


Text Example

White with #874DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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