Html Css Color HEX #875AAF Deep Lilac

📋 copy color: '#875AAF'

red 135 ◦ green 90 ◦ blue 175

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

Shades of Deep Lilac #875AAF

Tints of Deep Lilac #875AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.5%

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

R = 33.75%
G = 22.5%
B = 43.75%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#875AAF (or 0x875AAF) is known color: Deep Lilac. HEX triplet: 87, 5A and AF. RGB value is (135,90,175). Sum of RGB (Red+Green+Blue) = 135+90+175=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #875AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875AAF is #78A550. Grayscale: #707070. Windows color (decimal): -7906641 or 11491975. OLE color: 11491975.

HSL color Cylindrical-coordinate representation of color #875AAF: hue angle of 271.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875AAF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 90 175 -
CMYK 0.23 0.49 0 0.31
HSL 271.76º 0.35% 0.52% -
HSV(B) 271.76º 0.49% 0.69% -
XYZ 21.39 15.56 42.43 -
YUV 113.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 135 90 175 0.23 0.49 0 0.31 271.76 0.35 0.52
Hex 87 5A AF 17 31 0 1F 110 23 34
Octal 207 132 257 27 61 0 37 420 43 64
Binary 10000111 1011010 10101111 10111 110001 0 11111 100010000 100011 110100

Color Harmonies of #875AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AAF

Black with #875AAF

Text Example


Text Example

White with #875AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875AAF; }

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

 H1.HeaderClassName
 {
   color: #875AAF;
 }
 .AnyTagClassName
 {
   color: #875AAF;
 }
</style>

background-color css

<style>
 a { background-color: #875AAF; }

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

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

border-color css

<style>
 span { border-color: #875AAF; }

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

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