#8A6CBB

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

Shades of Lilac Bush #8A6CBB

Tints of Lilac Bush #8A6CBB

Color information

#8A6CBB (or 0x8A6CBB) is unknown color: approx Lilac Bush. HEX triplet: 8A, 6C and BB. RGB value is (138,108,187). Sum of RGB (Red+Green+Blue) = 138+108+187=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A6CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6CBB is #759344. Grayscale: #7D7D7D. Windows color (decimal): -7705413 or 12283018. OLE color: 12283018.

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

Color convert

RGB138108187-
CMYK0.260.4200.27
HSL262.78º36.74%57.84%-
HSV(B)262.78º42.25%73.33%-
XYZ24.8119.7249.51-
YUV125.98162.44136.58-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=31.87%
G=24.94%
B=43.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381081870.260.4200.27262.7836.7457.84
Hex8A6CBB1A2A01B107253a
Octal21215427332520334074572
Binary1000101011011001011101111010101010011011100000111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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