Html Css Color HEX #875AB5 Deep Lilac

📋 copy color: '#875AB5'

red 135 ◦ green 90 ◦ blue 181

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

Shades of Deep Lilac #875AB5

Tints of Deep Lilac #875AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 33.25%
G = 22.17%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#875AB5 (or 0x875AB5) is known color: Deep Lilac. HEX triplet: 87, 5A and B5. RGB value is (135,90,181). Sum of RGB (Red+Green+Blue) = 135+90+181=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #875AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875AB5 is #78A54A. Grayscale: #717171. Windows color (decimal): -7906635 or 11885191. OLE color: 11885191.

HSL color Cylindrical-coordinate representation of color #875AB5: hue angle of 269.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875AB5 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 90 181 -
CMYK 0.25 0.50 0 0.29
HSL 269.67º 0.38% 0.53% -
HSV(B) 269.67º 0.5% 0.71% -
XYZ 21.99 15.8 45.61 -
YUV 113.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 135 90 181 0.25 0.50 0 0.29 269.67 0.38 0.53
Hex 87 5A B5 19 32 0 1D 10E 26 35
Octal 207 132 265 31 62 0 35 416 46 65
Binary 10000111 1011010 10110101 11001 110010 0 11101 100001110 100110 110101

Color Harmonies of #875AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AB5

Black with #875AB5

Text Example


Text Example

White with #875AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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