Html Css Color HEX #895AAA Deep Lilac

📋 copy color: '#895AAA'

red 137 ◦ green 90 ◦ blue 170

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

Shades of Deep Lilac #895AAA

Tints of Deep Lilac #895AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 34.51%
G = 22.67%
B = 42.82%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#895AAA (or 0x895AAA) is known color: Deep Lilac. HEX triplet: 89, 5A and AA. RGB value is (137,90,170). Sum of RGB (Red+Green+Blue) = 137+90+170=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #895AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895AAA is #76A555. Grayscale: #707070. Windows color (decimal): -7775574 or 11164297. OLE color: 11164297.

HSL color Cylindrical-coordinate representation of color #895AAA: hue angle of 275.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895AAA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 90 170 -
CMYK 0.19 0.47 0 0.33
HSL 275.25º 0.32% 0.51% -
HSV(B) 275.25º 0.47% 0.67% -
XYZ 21.23 15.53 39.91 -
YUV 113.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 137 90 170 0.19 0.47 0 0.33 275.25 0.32 0.51
Hex 89 5A AA 13 2F 0 21 113 20 33
Octal 211 132 252 23 57 0 41 423 40 63
Binary 10001001 1011010 10101010 10011 101111 0 100001 100010011 100000 110011

Color Harmonies of #895AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895AAA

Black with #895AAA

Text Example


Text Example

White with #895AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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