#8A42AC

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

Shades of Deep Lilac #8A42AC

Tints of Deep Lilac #8A42AC

Color information

#8A42AC (or 0x8A42AC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 42 and AC. RGB value is (138,66,172). Sum of RGB (Red+Green+Blue) = 138+66+172=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A42AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A42AC is #75BD53. Grayscale: #636363. Windows color (decimal): -7716180 or 11289226. OLE color: 11289226.

HSL color Cylindrical-coordinate representation of color #8A42AC: hue angle of 280.75º 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 #8A42AC is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13866172-
CMYK0.200.6200.33
HSL280.75º44.54%46.67%-
HSV(B)280.75º61.63%67.45%-
XYZ19.8812.2840.35-
YUV99.61168.85155.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=36.70%
G=17.55%
B=45.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138661720.200.6200.33280.7544.5446.67
Hex8A42AC143E0211192d2f
Octal21210225424760414315557
Binary10001010100001010101100101001111100100001100011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A42AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A42AC; }

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

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

<style>
 a { background-color: #8A42AC; }

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

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

<style>
 span { border-color: #8A42AC; }

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

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