#8842AC

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

Shades of Deep Lilac #8842AC

Tints of Deep Lilac #8842AC

Color information

#8842AC (or 0x8842AC) is unknown color: approx Deep Lilac. HEX triplet: 88, 42 and AC. RGB value is (136,66,172). Sum of RGB (Red+Green+Blue) = 136+66+172=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8842AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8842AC is #77BD53. Grayscale: #626262. Windows color (decimal): -7847252 or 11289224. OLE color: 11289224.

HSL color Cylindrical-coordinate representation of color #8842AC: hue angle of 279.62º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8842AC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13666172-
CMYK0.210.6200.33
HSL279.62º44.54%46.67%-
HSV(B)279.62º61.63%67.45%-
XYZ19.5512.1140.34-
YUV99.01169.19154.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=36.36%
G=17.65%
B=45.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136661720.210.6200.33279.6244.5446.67
Hex8842AC153E0211182d2f
Octal21010225425760414305557
Binary10001000100001010101100101011111100100001100011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8842AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,66,172); }

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

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

 a { background-color: rgb(136,66,172); }

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

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

 span { border-color: rgb(136,66,172); }

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