Html Css Color HEX #874ACE Deep Lilac

📋 copy color: '#874ACE'

red 135 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #874ACE

Tints of Deep Lilac #874ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 32.53%
G = 17.83%
B = 49.64%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#874ACE (or 0x874ACE) is known color: Deep Lilac. HEX triplet: 87, 4A and CE. RGB value is (135,74,206). Sum of RGB (Red+Green+Blue) = 135+74+206=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #874ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ACE is #78B531. Grayscale: #6A6A6A. Windows color (decimal): -7910706 or 13519495. OLE color: 13519495.

HSL color Cylindrical-coordinate representation of color #874ACE: hue angle of 267.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874ACE is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 74 206 -
CMYK 0.34 0.64 0 0.19
HSL 267.73º 0.57% 0.55% -
HSV(B) 267.73º 0.64% 0.81% -
XYZ 23.58 14.5 59.95 -
YUV 107.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 135 74 206 0.34 0.64 0 0.19 267.73 0.57 0.55
Hex 87 4A CE 22 40 0 13 10C 39 37
Octal 207 112 316 42 100 0 23 414 71 67
Binary 10000111 1001010 11001110 100010 1000000 0 10011 100001100 111001 110111

Color Harmonies of #874ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ACE

Black with #874ACE

Text Example


Text Example

White with #874ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,206); }

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

background-color css

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

 a { background-color: rgb(135,74,206); }

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

border-color css

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

 span { border-color: rgb(135,74,206); }

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