Html Css Color HEX #874EC9 Deep Lilac

📋 copy color: '#874EC9'

red 135 ◦ green 78 ◦ blue 201

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

Shades of Deep Lilac #874EC9

Tints of Deep Lilac #874EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 32.61%
G = 18.84%
B = 48.55%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#874EC9 (or 0x874EC9) is known color: Deep Lilac. HEX triplet: 87, 4E and C9. RGB value is (135,78,201). Sum of RGB (Red+Green+Blue) = 135+78+201=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #874EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EC9 is #78B136. Grayscale: #6C6C6C. Windows color (decimal): -7909687 or 13192839. OLE color: 13192839.

HSL color Cylindrical-coordinate representation of color #874EC9: hue angle of 267.8º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874EC9 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 135 78 201 -
CMYK 0.33 0.61 0 0.21
HSL 267.8º 0.53% 0.55% -
HSV(B) 267.8º 0.61% 0.79% -
XYZ 23.26 14.82 56.89 -
YUV 109.07 179.88 146.5 -
System Red Green Blue C M Y K H S L
Decimal 135 78 201 0.33 0.61 0 0.21 267.8 0.53 0.55
Hex 87 4E C9 21 3D 0 15 10C 35 37
Octal 207 116 311 41 75 0 25 414 65 67
Binary 10000111 1001110 11001001 100001 111101 0 10101 100001100 110101 110111

Color Harmonies of #874EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874EC9

Black with #874EC9

Text Example


Text Example

White with #874EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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