Html Css Color HEX #874ACD Deep Lilac

📋 copy color: '#874ACD'

red 135 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #874ACD

Tints of Deep Lilac #874ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 32.61%
G = 17.87%
B = 49.52%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#874ACD (or 0x874ACD) is known color: Deep Lilac. HEX triplet: 87, 4A and CD. RGB value is (135,74,205). Sum of RGB (Red+Green+Blue) = 135+74+205=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #874ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ACD is #78B532. Grayscale: #6A6A6A. Windows color (decimal): -7910707 or 13453959. OLE color: 13453959.

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

Color convert

RGB 135 74 205 -
CMYK 0.34 0.64 0 0.20
HSL 267.94º 0.57% 0.55% -
HSV(B) 267.94º 0.64% 0.8% -
XYZ 23.46 14.46 59.31 -
YUV 107.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 135 74 205 0.34 0.64 0 0.20 267.94 0.57 0.55
Hex 87 4A CD 22 40 0 14 10C 39 37
Octal 207 112 315 42 100 0 24 414 71 67
Binary 10000111 1001010 11001101 100010 1000000 0 10100 100001100 111001 110111

Color Harmonies of #874ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ACD

Black with #874ACD

Text Example


Text Example

White with #874ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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