#8C58BE

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

Shades of Deep Lilac #8C58BE

Tints of Deep Lilac #8C58BE

Color information

#8C58BE (or 0x8C58BE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 58 and BE. RGB value is (140,88,190). Sum of RGB (Red+Green+Blue) = 140+88+190=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C58BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C58BE is #73A741. Grayscale: #727272. Windows color (decimal): -7579458 or 12474508. OLE color: 12474508.

HSL color Cylindrical-coordinate representation of color #8C58BE: hue angle of 270.59º 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 #8C58BE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14088190-
CMYK0.260.5400.25
HSL270.59º43.97%54.51%-
HSV(B)270.59º53.68%74.51%-
XYZ23.616.2750.61-
YUV115.18170.23145.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.49%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=33.49%
G=21.05%
B=45.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140881900.260.5400.25270.5943.9754.51
Hex8C58BE1A3601910f2c37
Octal21413027632660314175467
Binary1000110010110001011111011010110110011001100001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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