#8A69BE

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

Shades of Lilac Bush #8A69BE

Tints of Lilac Bush #8A69BE

Color information

#8A69BE (or 0x8A69BE) is unknown color: approx Lilac Bush. HEX triplet: 8A, 69 and BE. RGB value is (138,105,190). Sum of RGB (Red+Green+Blue) = 138+105+190=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69BE is #759641. Grayscale: #7C7C7C. Windows color (decimal): -7706178 or 12478858. OLE color: 12478858.

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

Color convert

RGB138105190-
CMYK0.270.4500.25
HSL263.29º39.53%57.84%-
HSV(B)263.29º44.74%74.51%-
XYZ24.8319.2251.12-
YUV124.56164.93137.59-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=31.87%
G=24.25%
B=43.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381051900.270.4500.25263.2939.5357.84
Hex8A69BE1B2D019107283a
Octal21215127633550314075072
Binary1000101011010011011111011011101101011001100000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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