#8A63BA

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

Shades of Lilac Bush #8A63BA

Tints of Lilac Bush #8A63BA

Color information

#8A63BA (or 0x8A63BA) is unknown color: approx Lilac Bush. HEX triplet: 8A, 63 and BA. RGB value is (138,99,186). Sum of RGB (Red+Green+Blue) = 138+99+186=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A63BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63BA is #759C45. Grayscale: #787878. Windows color (decimal): -7707718 or 12215178. OLE color: 12215178.

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

Color convert

RGB13899186-
CMYK0.260.4700.27
HSL266.9º38.67%55.88%-
HSV(B)266.9º46.77%72.94%-
XYZ23.8117.8748.65-
YUV120.58164.92140.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=32.62%
G=23.40%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138991860.260.4700.27266.938.6755.88
Hex8A63BA1A2F01B10b2738
Octal21214327232570334134770
Binary1000101011000111011101011010101111011011100001011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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