#8D69C5

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

Shades of Lilac Bush #8D69C5

Tints of Lilac Bush #8D69C5

Color information

#8D69C5 (or 0x8D69C5) is unknown color: approx Lilac Bush. HEX triplet: 8D, 69 and C5. RGB value is (141,105,197). Sum of RGB (Red+Green+Blue) = 141+105+197=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #8D69C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D69C5 is #72963A. Grayscale: #7D7D7D. Windows color (decimal): -7509563 or 12937613. OLE color: 12937613.

HSL color Cylindrical-coordinate representation of color #8D69C5: hue angle of 263.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D69C5 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141105197-
CMYK0.280.4700.23
HSL263.48º44.23%59.22%-
HSV(B)263.48º46.7%77.25%-
XYZ26.1119.855.27-
YUV126.25167.93138.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 197 (77.34% from 255) = 44.47%
R=31.83%
G=23.70%
B=44.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411051970.280.4700.23263.4844.2359.22
Hex8D69C51C2F0171072c3b
Octal21515130534570274075473
Binary1000110111010011100010111100101111010111100000111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,197); }

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

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

 a { background-color: rgb(141,105,197); }

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

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

 span { border-color: rgb(141,105,197); }

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