#8D69BC

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

Shades of Lilac Bush #8D69BC

Tints of Lilac Bush #8D69BC

Color information

#8D69BC (or 0x8D69BC) is unknown color: approx Lilac Bush. HEX triplet: 8D, 69 and BC. RGB value is (141,105,188). Sum of RGB (Red+Green+Blue) = 141+105+188=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D69BC is #729643. Grayscale: #7C7C7C. Windows color (decimal): -7509572 or 12347789. OLE color: 12347789.

HSL color Cylindrical-coordinate representation of color #8D69BC: hue angle of 266.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D69BC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141105188-
CMYK0.250.4400.26
HSL266.02º38.25%57.45%-
HSV(B)266.02º44.15%73.73%-
XYZ25.1119.450-
YUV125.23163.43139.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=32.49%
G=24.19%
B=43.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411051880.250.4400.26266.0238.2557.45
Hex8D69BC192C01A10a2639
Octal21515127431540324124671
Binary1000110111010011011110011001101100011010100001010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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