#8a5bb0

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

Shades of Deep Lilac #8A5BB0

Tints of Deep Lilac #8A5BB0

Color information

#8A5BB0 (or 0x8A5BB0) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5B and B0. RGB value is (138,91,176). Sum of RGB (Red+Green+Blue) = 138+91+176=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #8A5BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5BB0 is #75A44F. Grayscale: #727272. Windows color (decimal): -7709776 or 11557770. OLE color: 11557770.

HSL color Cylindrical-coordinate representation of color #8A5BB0: hue angle of 273.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A5BB0 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13891176-
CMYK0.220.4800.31
HSL273.18º34.98%52.35%-
HSV(B)273.18º48.3%69.02%-
XYZ22.0616.0243-
YUV114.74162.57144.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=34.07%
G=22.47%
B=43.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138911760.220.4800.31273.1834.9852.35
Hex8A5BB0163001F1112334
Octal21213326026600374214364
Binary1000101010110111011000010110110000011111100010001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a5bb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,91,176); }

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

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

 a { background-color: rgb(138,91,176); }

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

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

 span { border-color: rgb(138,91,176); }

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