#8A6ABB

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

Shades of Lilac Bush #8A6ABB

Tints of Lilac Bush #8A6ABB

Color information

#8A6ABB (or 0x8A6ABB) is unknown color: approx Lilac Bush. HEX triplet: 8A, 6A and BB. RGB value is (138,106,187). Sum of RGB (Red+Green+Blue) = 138+106+187=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A6ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ABB is #759544. Grayscale: #7C7C7C. Windows color (decimal): -7705925 or 12282506. OLE color: 12282506.

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

Color convert

RGB138106187-
CMYK0.260.4300.27
HSL263.7º37.33%57.45%-
HSV(B)263.7º43.32%73.33%-
XYZ24.619.349.44-
YUV124.8163.1137.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=32.02%
G=24.59%
B=43.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381061870.260.4300.27263.737.3357.45
Hex8A6ABB1A2B01B1082539
Octal21215227332530334104571
Binary1000101011010101011101111010101011011011100001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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