#8A68BF

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

Shades of Lilac Bush #8A68BF

Tints of Lilac Bush #8A68BF

Color information

#8A68BF (or 0x8A68BF) is unknown color: approx Lilac Bush. HEX triplet: 8A, 68 and BF. RGB value is (138,104,191). Sum of RGB (Red+Green+Blue) = 138+104+191=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68BF is #759740. Grayscale: #7B7B7B. Windows color (decimal): -7706433 or 12544138. OLE color: 12544138.

HSL color Cylindrical-coordinate representation of color #8A68BF: hue angle of 263.45º degrees, saturation: 0.4, 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 #8A68BF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138104191-
CMYK0.280.4600.25
HSL263.45º40.47%57.84%-
HSV(B)263.45º45.55%74.9%-
XYZ24.8419.0751.66-
YUV124.08165.76137.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 191 (75% from 255) = 44.11%
R=31.87%
G=24.02%
B=44.11%

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
Decimal1381041910.280.4600.25263.4540.4757.84
Hex8A68BF1C2E019107283a
Octal21215027734560314075072
Binary1000101011010001011111111100101110011001100000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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