Html Css Color HEX #874AB9 Deep Lilac

📋 copy color: '#874AB9'

red 135 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #874AB9

Tints of Deep Lilac #874AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.95%

R = 34.26%
G = 18.78%
B = 46.95%

CMYK

 C value IS 0.27

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#874AB9 (or 0x874AB9) is known color: Deep Lilac. HEX triplet: 87, 4A and B9. RGB value is (135,74,185). Sum of RGB (Red+Green+Blue) = 135+74+185=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #874AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874AB9 is #78B546. Grayscale: #686868. Windows color (decimal): -7910727 or 12143239. OLE color: 12143239.

HSL color Cylindrical-coordinate representation of color #874AB9: hue angle of 272.97º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874AB9 is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 74 185 -
CMYK 0.27 0.6 0 0.27
HSL 272.97º 0.44% 0.51% -
HSV(B) 272.97º 0.6% 0.73% -
XYZ 21.2 13.55 47.4 -
YUV 104.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 135 74 185 0.27 0.6 0 0.27 272.97 0.44 0.51
Hex 87 4A B9 1B 3C 0 1B 111 2C 33
Octal 207 112 271 33 74 0 33 421 54 63
Binary 10000111 1001010 10111001 11011 111100 0 11011 100010001 101100 110011

Color Harmonies of #874AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874AB9

Black with #874AB9

Text Example


Text Example

White with #874AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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