#8A6BBA

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

Shades of Lilac Bush #8A6BBA

Tints of Lilac Bush #8A6BBA

Color information

#8A6BBA (or 0x8A6BBA) is unknown color: approx Lilac Bush. HEX triplet: 8A, 6B and BA. RGB value is (138,107,186). Sum of RGB (Red+Green+Blue) = 138+107+186=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BBA is #759445. Grayscale: #7C7C7C. Windows color (decimal): -7705670 or 12217226. OLE color: 12217226.

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

Color convert

RGB138107186-
CMYK0.260.4200.27
HSL263.54º36.41%57.45%-
HSV(B)263.54º42.47%72.94%-
XYZ24.619.4648.91-
YUV125.28162.27137.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=32.02%
G=24.83%
B=43.16%

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
Decimal1381071860.260.4200.27263.5436.4157.45
Hex8A6BBA1A2A01B1082439
Octal21215327232520334104471
Binary1000101011010111011101011010101010011011100001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,186); }

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

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

 a { background-color: rgb(138,107,186); }

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

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

 span { border-color: rgb(138,107,186); }

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