Html Css Color HEX #8945AA Deep Lilac

📋 copy color: '#8945AA'

red 137 ◦ green 69 ◦ blue 170

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

Shades of Deep Lilac #8945AA

Tints of Deep Lilac #8945AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

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

R = 36.44%
G = 18.35%
B = 45.21%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8945AA (or 0x8945AA) is known color: Deep Lilac. HEX triplet: 89, 45 and AA. RGB value is (137,69,170). Sum of RGB (Red+Green+Blue) = 137+69+170=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #8945AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8945AA is #76BA55. Grayscale: #646464. Windows color (decimal): -7780950 or 11158921. OLE color: 11158921.

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

Color convert

RGB 137 69 170 -
CMYK 0.19 0.59 0 0.33
HSL 280.4º 0.42% 0.47% -
HSV(B) 280.4º 0.59% 0.67% -
XYZ 19.7 12.48 39.4 -
YUV 100.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 137 69 170 0.19 0.59 0 0.33 280.4 0.42 0.47
Hex 89 45 AA 13 3B 0 21 118 2A 2F
Octal 211 105 252 23 73 0 41 430 52 57
Binary 10001001 1000101 10101010 10011 111011 0 100001 100011000 101010 101111

Color Harmonies of #8945AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8945AA

Black with #8945AA

Text Example


Text Example

White with #8945AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8945AA; }

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

 H1.HeaderClassName
 {
   color: #8945AA;
 }
 .AnyTagClassName
 {
   color: #8945AA;
 }
</style>

background-color css

<style>
 a { background-color: #8945AA; }

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

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

border-color css

<style>
 span { border-color: #8945AA; }

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

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