#8A58BC

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

Shades of Deep Lilac #8A58BC

Tints of Deep Lilac #8A58BC

Color information

#8A58BC (or 0x8A58BC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 58 and BC. RGB value is (138,88,188). Sum of RGB (Red+Green+Blue) = 138+88+188=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A58BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58BC is #75A743. Grayscale: #727272. Windows color (decimal): -7710532 or 12343434. OLE color: 12343434.

HSL color Cylindrical-coordinate representation of color #8A58BC: hue angle of 270º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A58BC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13888188-
CMYK0.270.5300.26
HSL270º42.74%54.12%-
HSV(B)270º53.19%73.73%-
XYZ23.0516.0149.45-
YUV114.35169.56144.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=33.33%
G=21.26%
B=45.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138881880.270.5300.2627042.7454.12
Hex8A58BC1B3501A10e2b36
Octal21213027433650324165366
Binary1000101010110001011110011011110101011010100001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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