#8D5AC0

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

Shades of Deep Lilac #8D5AC0

Tints of Deep Lilac #8D5AC0

Color information

#8D5AC0 (or 0x8D5AC0) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5A and C0. RGB value is (141,90,192). Sum of RGB (Red+Green+Blue) = 141+90+192=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D5AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5AC0 is #72A53F. Grayscale: #747474. Windows color (decimal): -7513408 or 12606093. OLE color: 12606093.

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

Color convert

RGB14190192-
CMYK0.270.5300.25
HSL270º44.74%55.29%-
HSV(B)270º53.12%75.29%-
XYZ24.1616.7851.84-
YUV116.88170.4145.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=33.33%
G=21.28%
B=45.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141901920.270.5300.2527044.7455.29
Hex8D5AC01B3501910e2d37
Octal21513230033650314165567
Binary1000110110110101100000011011110101011001100001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,90,192); }

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

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

 a { background-color: rgb(141,90,192); }

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

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

 span { border-color: rgb(141,90,192); }

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