#8A63BD

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

Shades of Lilac Bush #8A63BD

Tints of Lilac Bush #8A63BD

Color information

#8A63BD (or 0x8A63BD) is unknown color: approx Lilac Bush. HEX triplet: 8A, 63 and BD. RGB value is (138,99,189). Sum of RGB (Red+Green+Blue) = 138+99+189=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A63BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63BD is #759C42. Grayscale: #787878. Windows color (decimal): -7707715 or 12411786. OLE color: 12411786.

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

Color convert

RGB13899189-
CMYK0.270.4800.26
HSL266º40.54%56.47%-
HSV(B)266º47.62%74.12%-
XYZ24.131850.35-
YUV120.92166.42140.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.39%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=32.39%
G=23.24%
B=44.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138991890.270.4800.2626640.5456.47
Hex8A63BD1B3001A10a2938
Octal21214327533600324125170
Binary1000101011000111011110111011110000011010100001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A63BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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