Html Css Color HEX #875ABA Deep Lilac

📋 copy color: '#875ABA'

red 135 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #875ABA

Tints of Deep Lilac #875ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 32.85%
G = 21.9%
B = 45.26%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#875ABA (or 0x875ABA) is known color: Deep Lilac. HEX triplet: 87, 5A and BA. RGB value is (135,90,186). Sum of RGB (Red+Green+Blue) = 135+90+186=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #875ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ABA is #78A545. Grayscale: #727272. Windows color (decimal): -7906630 or 12212871. OLE color: 12212871.

HSL color Cylindrical-coordinate representation of color #875ABA: hue angle of 268.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875ABA is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 90 186 -
CMYK 0.27 0.52 0 0.27
HSL 268.13º 0.41% 0.54% -
HSV(B) 268.13º 0.52% 0.73% -
XYZ 22.51 16.01 48.36 -
YUV 114.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 135 90 186 0.27 0.52 0 0.27 268.13 0.41 0.54
Hex 87 5A BA 1B 34 0 1B 10C 29 36
Octal 207 132 272 33 64 0 33 414 51 66
Binary 10000111 1011010 10111010 11011 110100 0 11011 100001100 101001 110110

Color Harmonies of #875ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875ABA

Black with #875ABA

Text Example


Text Example

White with #875ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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