#8A67C0

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

Shades of Lilac Bush #8A67C0

Tints of Lilac Bush #8A67C0

Color information

#8A67C0 (or 0x8A67C0) is unknown color: approx Lilac Bush. HEX triplet: 8A, 67 and C0. RGB value is (138,103,192). Sum of RGB (Red+Green+Blue) = 138+103+192=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #8A67C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67C0 is #75983F. Grayscale: #7B7B7B. Windows color (decimal): -7706688 or 12609418. OLE color: 12609418.

HSL color Cylindrical-coordinate representation of color #8A67C0: hue angle of 263.6º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A67C0 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138103192-
CMYK0.280.4600.25
HSL263.6º41.4%57.84%-
HSV(B)263.6º46.35%75.29%-
XYZ24.8518.9152.21-
YUV123.61166.6138.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=31.87%
G=23.79%
B=44.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381031920.280.4600.25263.641.457.84
Hex8A67C01C2E019108293a
Octal21214730034560314105172
Binary1000101011001111100000011100101110011001100001000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A67C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,192); }

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

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

 a { background-color: rgb(138,103,192); }

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

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

 span { border-color: rgb(138,103,192); }

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