#8A62BA

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

Shades of Lilac Bush #8A62BA

Tints of Lilac Bush #8A62BA

Color information

#8A62BA (or 0x8A62BA) is unknown color: approx Lilac Bush. HEX triplet: 8A, 62 and BA. RGB value is (138,98,186). Sum of RGB (Red+Green+Blue) = 138+98+186=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A62BA is #759D45. Grayscale: #777777. Windows color (decimal): -7707974 or 12214922. OLE color: 12214922.

HSL color Cylindrical-coordinate representation of color #8A62BA: hue angle of 267.27º 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 #8A62BA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13898186-
CMYK0.260.4700.27
HSL267.27º38.94%55.69%-
HSV(B)267.27º47.31%72.94%-
XYZ23.7117.6848.62-
YUV119.99165.25140.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.70%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=32.70%
G=23.22%
B=44.08%

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
Decimal138981860.260.4700.27267.2738.9455.69
Hex8A62BA1A2F01B10b2738
Octal21214227232570334134770
Binary1000101011000101011101011010101111011011100001011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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