Html Css Color HEX #874FAF Deep Lilac

📋 copy color: '#874FAF'

red 135 ◦ green 79 ◦ blue 175

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

Shades of Deep Lilac #874FAF

Tints of Deep Lilac #874FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 34.7%
G = 20.31%
B = 44.99%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#874FAF (or 0x874FAF) is known color: Deep Lilac. HEX triplet: 87, 4F and AF. RGB value is (135,79,175). Sum of RGB (Red+Green+Blue) = 135+79+175=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #874FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874FAF is #78B050. Grayscale: #6A6A6A. Windows color (decimal): -7909457 or 11489159. OLE color: 11489159.

HSL color Cylindrical-coordinate representation of color #874FAF: hue angle of 275º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874FAF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 79 175 -
CMYK 0.23 0.55 0 0.31
HSL 275º 0.38% 0.5% -
HSV(B) 275º 0.55% 0.69% -
XYZ 20.53 13.84 42.15 -
YUV 106.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 135 79 175 0.23 0.55 0 0.31 275 0.38 0.5
Hex 87 4F AF 17 37 0 1F 113 26 32
Octal 207 117 257 27 67 0 37 423 46 62
Binary 10000111 1001111 10101111 10111 110111 0 11111 100010011 100110 110010

Color Harmonies of #874FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FAF

Black with #874FAF

Text Example


Text Example

White with #874FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,175); }

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

background-color css

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

 a { background-color: rgb(135,79,175); }

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

border-color css

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

 span { border-color: rgb(135,79,175); }

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