#8A58C0

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

Shades of Deep Lilac #8A58C0

Tints of Deep Lilac #8A58C0

Color information

#8A58C0 (or 0x8A58C0) is unknown color: approx Deep Lilac. HEX triplet: 8A, 58 and C0. RGB value is (138,88,192). Sum of RGB (Red+Green+Blue) = 138+88+192=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A58C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58C0 is #75A73F. Grayscale: #727272. Windows color (decimal): -7710528 or 12605578. OLE color: 12605578.

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

Color convert

RGB13888192-
CMYK0.280.5400.25
HSL268.85º45.22%54.9%-
HSV(B)268.85º54.17%75.29%-
XYZ23.4916.1951.76-
YUV114.81171.56144.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.01%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=33.01%
G=21.05%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138881920.280.5400.25268.8545.2254.9
Hex8A58C01C3601910d2d37
Octal21213030034660314155567
Binary1000101010110001100000011100110110011001100001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A58C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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