#8A68B5

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

Shades of Lilac Bush #8A68B5

Tints of Lilac Bush #8A68B5

Color information

#8A68B5 (or 0x8A68B5) is unknown color: approx Lilac Bush. HEX triplet: 8A, 68 and B5. RGB value is (138,104,181). Sum of RGB (Red+Green+Blue) = 138+104+181=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A68B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68B5 is #75974A. Grayscale: #7A7A7A. Windows color (decimal): -7706443 or 11888778. OLE color: 11888778.

HSL color Cylindrical-coordinate representation of color #8A68B5: hue angle of 266.49º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A68B5 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB138104181-
CMYK0.240.4300.29
HSL266.49º34.22%55.88%-
HSV(B)266.49º42.54%70.98%-
XYZ23.7718.6446.06-
YUV122.94160.76138.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.62%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=32.62%
G=24.59%
B=42.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381041810.240.4300.29266.4934.2255.88
Hex8A68B5182B01D10a2238
Octal21215026530530354124270
Binary1000101011010001011010111000101011011101100001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A68B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,104,181); }

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

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

 a { background-color: rgb(138,104,181); }

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

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

 span { border-color: rgb(138,104,181); }

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