#8A5DB4

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

Shades of Deep Lilac #8A5DB4

Tints of Deep Lilac #8A5DB4

Color information

#8A5DB4 (or 0x8A5DB4) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5D and B4. RGB value is (138,93,180). Sum of RGB (Red+Green+Blue) = 138+93+180=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A5DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DB4 is #75A24B. Grayscale: #747474. Windows color (decimal): -7709260 or 11820426. OLE color: 11820426.

HSL color Cylindrical-coordinate representation of color #8A5DB4: hue angle of 271.03º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A5DB4 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13893180-
CMYK0.230.4800.29
HSL271.03º36.71%53.53%-
HSV(B)271.03º48.33%70.59%-
XYZ22.6316.5345.18-
YUV116.37163.91143.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.58%
GREEN value IS 93 (36.72% from 255) = 22.63%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=33.58%
G=22.63%
B=43.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138931800.230.4800.29271.0336.7153.53
Hex8A5DB4173001D10f2536
Octal21213526427600354174566
Binary1000101010111011011010010111110000011101100001111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,93,180); }

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

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

 a { background-color: rgb(138,93,180); }

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

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

 span { border-color: rgb(138,93,180); }

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