#8A44B3

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

Shades of Deep Lilac #8A44B3

Tints of Deep Lilac #8A44B3

Color information

#8A44B3 (or 0x8A44B3) is unknown color: approx Deep Lilac. HEX triplet: 8A, 44 and B3. RGB value is (138,68,179). Sum of RGB (Red+Green+Blue) = 138+68+179=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A44B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A44B3 is #75BB4C. Grayscale: #656565. Windows color (decimal): -7715661 or 11748490. OLE color: 11748490.

HSL color Cylindrical-coordinate representation of color #8A44B3: hue angle of 277.84º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A44B3 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13868179-
CMYK0.230.6200.30
HSL277.84º44.94%48.43%-
HSV(B)277.84º62.01%70.2%-
XYZ20.6912.7944.03-
YUV101.58171.69153.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 179 (70.31% from 255) = 46.49%
R=35.84%
G=17.66%
B=46.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138681790.230.6200.30277.8444.9448.43
Hex8A44B3173E01E1162d30
Octal21210426327760364265560
Binary1000101010001001011001110111111110011110100010110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A44B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,179); }

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

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

 a { background-color: rgb(138,68,179); }

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

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

 span { border-color: rgb(138,68,179); }

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