#8945AC

Color #8945AC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8945AC

Tints of Deep Lilac #8945AC

Color information

#8945AC (or 0x8945AC) is unknown color: approx Deep Lilac. HEX triplet: 89, 45 and AC. RGB value is (137,69,172). Sum of RGB (Red+Green+Blue) = 137+69+172=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #8945AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8945AC is #76BA53. Grayscale: #646464. Windows color (decimal): -7780948 or 11289993. OLE color: 11289993.

HSL color Cylindrical-coordinate representation of color #8945AC: hue angle of 279.61º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8945AC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13769172-
CMYK0.200.6000.33
HSL279.61º42.74%47.25%-
HSV(B)279.61º59.88%67.45%-
XYZ19.8912.5540.4-
YUV101.07168.03153.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.24%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=36.24%
G=18.25%
B=45.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137691720.200.6000.33279.6142.7447.25
Hex8945AC143C0211182b2f
Octal21110525424740414305357
Binary10001001100010110101100101001111000100001100011000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8945AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8945AC;
 }
 .AnyTagClassName
 {
   color: #8945AC;
 }
</style>
background-color css

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

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

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

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

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

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