#8c46aa

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

Shades of Deep Lilac #8C46AA

Tints of Deep Lilac #8C46AA

Color information

#8C46AA (or 0x8C46AA) is unknown color: approx Deep Lilac. HEX triplet: 8C, 46 and AA. RGB value is (140,70,170). Sum of RGB (Red+Green+Blue) = 140+70+170=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C46AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C46AA is #73B955. Grayscale: #666666. Windows color (decimal): -7584086 or 11159180. OLE color: 11159180.

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

Color convert

RGB14070170-
CMYK0.180.5900.33
HSL282º41.67%47.06%-
HSV(B)282º58.82%66.67%-
XYZ20.2612.8639.44-
YUV102.33166.19154.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.84%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=36.84%
G=18.42%
B=44.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140701700.180.5900.3328241.6747.06
Hex8C46AA123B02111a2a2f
Octal21410625222730414325257
Binary10001100100011010101010100101110110100001100011010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c46aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,170); }

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

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

 a { background-color: rgb(140,70,170); }

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

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

 span { border-color: rgb(140,70,170); }

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