#8A61BE

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

Shades of Lilac Bush #8A61BE

Tints of Lilac Bush #8A61BE

Color information

#8A61BE (or 0x8A61BE) is unknown color: approx Lilac Bush. HEX triplet: 8A, 61 and BE. RGB value is (138,97,190). Sum of RGB (Red+Green+Blue) = 138+97+190=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61BE is #759E41. Grayscale: #777777. Windows color (decimal): -7708226 or 12476810. OLE color: 12476810.

HSL color Cylindrical-coordinate representation of color #8A61BE: hue angle of 266.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A61BE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13897190-
CMYK0.270.4900.25
HSL266.45º41.7%56.27%-
HSV(B)266.45º48.95%74.51%-
XYZ24.0517.6750.86-
YUV119.86167.58140.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=32.47%
G=22.82%
B=44.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138971900.270.4900.25266.4541.756.27
Hex8A61BE1B3101910a2a38
Octal21214127633610314125270
Binary1000101011000011011111011011110001011001100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,190); }

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

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

 a { background-color: rgb(138,97,190); }

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

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

 span { border-color: rgb(138,97,190); }

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