#8A61C1

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

Shades of Lilac Bush #8A61C1

Tints of Lilac Bush #8A61C1

Color information

#8A61C1 (or 0x8A61C1) is unknown color: approx Lilac Bush. HEX triplet: 8A, 61 and C1. RGB value is (138,97,193). Sum of RGB (Red+Green+Blue) = 138+97+193=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A61C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A61C1 is #759E3E. Grayscale: #777777. Windows color (decimal): -7708223 or 12673418. OLE color: 12673418.

HSL color Cylindrical-coordinate representation of color #8A61C1: hue angle of 265.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A61C1 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13897193-
CMYK0.280.5000.24
HSL265.62º43.64%56.86%-
HSV(B)265.62º49.74%75.69%-
XYZ24.3817.852.6-
YUV120.2169.08140.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 97 (38.28% from 255) = 22.66%
BLUE value IS 193 (75.78% from 255) = 45.09%
R=32.24%
G=22.66%
B=45.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138971930.280.5000.24265.6243.6456.86
Hex8A61C11C3201810a2c39
Octal21214130134620304125471
Binary1000101011000011100000111100110010011000100001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A61C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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