Html Css Color HEX #895ABA Deep Lilac

📋 copy color: '#895ABA'

red 137 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #895ABA

Tints of Deep Lilac #895ABA

RGB

 RED value IS 137 (53.91% from 255) = 33.17%

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

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

R = 33.17%
G = 21.79%
B = 45.04%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#895ABA (or 0x895ABA) is known color: Deep Lilac. HEX triplet: 89, 5A and BA. RGB value is (137,90,186). Sum of RGB (Red+Green+Blue) = 137+90+186=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #895ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895ABA is #76A545. Grayscale: #727272. Windows color (decimal): -7775558 or 12212873. OLE color: 12212873.

HSL color Cylindrical-coordinate representation of color #895ABA: hue angle of 269.38º 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 #895ABA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 90 186 -
CMYK 0.26 0.52 0 0.27
HSL 269.38º 0.41% 0.54% -
HSV(B) 269.38º 0.52% 0.73% -
XYZ 22.84 16.18 48.37 -
YUV 115 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 137 90 186 0.26 0.52 0 0.27 269.38 0.41 0.54
Hex 89 5A BA 1A 34 0 1B 10D 29 36
Octal 211 132 272 32 64 0 33 415 51 66
Binary 10001001 1011010 10111010 11010 110100 0 11011 100001101 101001 110110

Color Harmonies of #895ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895ABA

Black with #895ABA

Text Example


Text Example

White with #895ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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