#8A5BBB

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

Shades of Deep Lilac #8A5BBB

Tints of Deep Lilac #8A5BBB

Color information

#8A5BBB (or 0x8A5BBB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5B and BB. RGB value is (138,91,187). Sum of RGB (Red+Green+Blue) = 138+91+187=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5BBB is #75A444. Grayscale: #737373. Windows color (decimal): -7709765 or 12278666. OLE color: 12278666.

HSL color Cylindrical-coordinate representation of color #8A5BBB: hue angle of 269.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A5BBB is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13891187-
CMYK0.260.5100.27
HSL269.38º41.38%54.51%-
HSV(B)269.38º51.34%73.33%-
XYZ23.1916.4748.97-
YUV116168.07143.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=33.17%
G=21.88%
B=44.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138911870.260.5100.27269.3841.3854.51
Hex8A5BBB1A3301B10d2937
Octal21213327332630334155167
Binary1000101010110111011101111010110011011011100001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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