#8A41BE

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

Shades of Deep Lilac #8A41BE

Tints of Deep Lilac #8A41BE

Color information

#8A41BE (or 0x8A41BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 41 and BE. RGB value is (138,65,190). Sum of RGB (Red+Green+Blue) = 138+65+190=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A41BE is #75BE41. Grayscale: #646464. Windows color (decimal): -7716418 or 12468618. OLE color: 12468618.

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

Color convert

RGB13865190-
CMYK0.270.6600.25
HSL275.04º49.02%50%-
HSV(B)275.04º65.79%74.51%-
XYZ21.6712.950.06-
YUV101.08178.18154.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.11%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=35.11%
G=16.54%
B=48.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138651900.270.6600.25275.0449.0250
Hex8A41BE1B420191133132
Octal212101276331020314236162
Binary10001010100000110111110110111000010011001100010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A41BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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