#8A44BE

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

Shades of Deep Lilac #8A44BE

Tints of Deep Lilac #8A44BE

Color information

#8A44BE (or 0x8A44BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 44 and BE. RGB value is (138,68,190). Sum of RGB (Red+Green+Blue) = 138+68+190=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A44BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A44BE is #75BB41. Grayscale: #666666. Windows color (decimal): -7715650 or 12469386. OLE color: 12469386.

HSL color Cylindrical-coordinate representation of color #8A44BE: hue angle of 274.43º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A44BE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13868190-
CMYK0.270.6400.25
HSL274.43º48.41%50.59%-
HSV(B)274.43º64.21%74.51%-
XYZ21.8413.2650.12-
YUV102.84177.19153.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.85%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=34.85%
G=17.17%
B=47.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138681900.270.6400.25274.4348.4150.59
Hex8A44BE1B400191123033
Octal212104276331000314226063
Binary10001010100010010111110110111000000011001100010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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