Html Css Color HEX #875BAE Deep Lilac

📋 copy color: '#875BAE'

red 135 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #875BAE

Tints of Deep Lilac #875BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 33.75%
G = 22.75%
B = 43.5%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#875BAE (or 0x875BAE) is known color: Deep Lilac. HEX triplet: 87, 5B and AE. RGB value is (135,91,174). Sum of RGB (Red+Green+Blue) = 135+91+174=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #875BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875BAE is #78A451. Grayscale: #717171. Windows color (decimal): -7906386 or 11426695. OLE color: 11426695.

HSL color Cylindrical-coordinate representation of color #875BAE: hue angle of 271.81º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875BAE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 91 174 -
CMYK 0.22 0.48 0 0.32
HSL 271.81º 0.34% 0.52% -
HSV(B) 271.81º 0.48% 0.68% -
XYZ 21.37 15.69 41.95 -
YUV 113.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 135 91 174 0.22 0.48 0 0.32 271.81 0.34 0.52
Hex 87 5B AE 16 30 0 20 110 22 34
Octal 207 133 256 26 60 0 40 420 42 64
Binary 10000111 1011011 10101110 10110 110000 0 100000 100010000 100010 110100

Color Harmonies of #875BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BAE

Black with #875BAE

Text Example


Text Example

White with #875BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,174); }

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

background-color css

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

 a { background-color: rgb(135,91,174); }

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

border-color css

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

 span { border-color: rgb(135,91,174); }

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