Html Css Color HEX #874EC0 Deep Lilac

📋 copy color: '#874EC0'

red 135 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #874EC0

Tints of Deep Lilac #874EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 33.33%
G = 19.26%
B = 47.41%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#874EC0 (or 0x874EC0) is known color: Deep Lilac. HEX triplet: 87, 4E and C0. RGB value is (135,78,192). Sum of RGB (Red+Green+Blue) = 135+78+192=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #874EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EC0 is #78B13F. Grayscale: #6B6B6B. Windows color (decimal): -7909696 or 12603015. OLE color: 12603015.

HSL color Cylindrical-coordinate representation of color #874EC0: hue angle of 270º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874EC0 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 78 192 -
CMYK 0.30 0.59 0 0.25
HSL 270º 0.48% 0.53% -
HSV(B) 270º 0.59% 0.75% -
XYZ 22.23 14.41 51.48 -
YUV 108.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 135 78 192 0.30 0.59 0 0.25 270 0.48 0.53
Hex 87 4E C0 1E 3B 0 19 10E 30 35
Octal 207 116 300 36 73 0 31 416 60 65
Binary 10000111 1001110 11000000 11110 111011 0 11001 100001110 110000 110101

Color Harmonies of #874EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EC0

Black with #874EC0

Text Example


Text Example

White with #874EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,78,192); }

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

background-color css

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

 a { background-color: rgb(135,78,192); }

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

border-color css

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

 span { border-color: rgb(135,78,192); }

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