Html Css Color HEX #895AAE Deep Lilac

📋 copy color: '#895AAE'

red 137 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #895AAE

Tints of Deep Lilac #895AAE

RGB

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

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

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

R = 34.16%
G = 22.44%
B = 43.39%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#895AAE (or 0x895AAE) is known color: Deep Lilac. HEX triplet: 89, 5A and AE. RGB value is (137,90,174). Sum of RGB (Red+Green+Blue) = 137+90+174=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #895AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895AAE is #76A551. Grayscale: #717171. Windows color (decimal): -7775570 or 11426441. OLE color: 11426441.

HSL color Cylindrical-coordinate representation of color #895AAE: hue angle of 273.57º 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 #895AAE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 90 174 -
CMYK 0.21 0.48 0 0.32
HSL 273.57º 0.34% 0.52% -
HSV(B) 273.57º 0.48% 0.68% -
XYZ 21.61 15.69 41.93 -
YUV 113.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 137 90 174 0.21 0.48 0 0.32 273.57 0.34 0.52
Hex 89 5A AE 15 30 0 20 112 22 34
Octal 211 132 256 25 60 0 40 422 42 64
Binary 10001001 1011010 10101110 10101 110000 0 100000 100010010 100010 110100

Color Harmonies of #895AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AAE

Black with #895AAE

Text Example


Text Example

White with #895AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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