#8A58BE

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

Shades of Deep Lilac #8A58BE

Tints of Deep Lilac #8A58BE

Color information

#8A58BE (or 0x8A58BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 58 and BE. RGB value is (138,88,190). Sum of RGB (Red+Green+Blue) = 138+88+190=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58BE is #75A741. Grayscale: #727272. Windows color (decimal): -7710530 or 12474506. OLE color: 12474506.

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

Color convert

RGB13888190-
CMYK0.270.5400.25
HSL269.41º43.97%54.51%-
HSV(B)269.41º53.68%74.51%-
XYZ23.2716.150.6-
YUV114.58170.56144.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=33.17%
G=21.15%
B=45.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138881900.270.5400.25269.4143.9754.51
Hex8A58BE1B3601910d2c37
Octal21213027633660314155467
Binary1000101010110001011111011011110110011001100001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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