#8D68C4

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

Shades of Lilac Bush #8D68C4

Tints of Lilac Bush #8D68C4

Color information

#8D68C4 (or 0x8D68C4) is unknown color: approx Lilac Bush. HEX triplet: 8D, 68 and C4. RGB value is (141,104,196). Sum of RGB (Red+Green+Blue) = 141+104+196=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #8D68C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D68C4 is #72973B. Grayscale: #7D7D7D. Windows color (decimal): -7509820 or 12871821. OLE color: 12871821.

HSL color Cylindrical-coordinate representation of color #8D68C4: hue angle of 264.13º 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 #8D68C4 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB141104196-
CMYK0.280.4700.23
HSL264.13º43.81%58.82%-
HSV(B)264.13º46.94%76.86%-
XYZ25.919.5554.63-
YUV125.55167.76139.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=31.97%
G=23.58%
B=44.44%

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
Decimal1411041960.280.4700.23264.1343.8158.82
Hex8D68C41C2F0171082c3b
Octal21515030434570274105473
Binary1000110111010001100010011100101111010111100001000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D68C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,196); }

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

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

 a { background-color: rgb(141,104,196); }

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

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

 span { border-color: rgb(141,104,196); }

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