#8D4BC7

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

Shades of Deep Lilac #8D4BC7

Tints of Deep Lilac #8D4BC7

Color information

#8D4BC7 (or 0x8D4BC7) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4B and C7. RGB value is (141,75,199). Sum of RGB (Red+Green+Blue) = 141+75+199=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D4BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4BC7 is #72B438. Grayscale: #6C6C6C. Windows color (decimal): -7517241 or 13061005. OLE color: 13061005.

HSL color Cylindrical-coordinate representation of color #8D4BC7: hue angle of 271.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4BC7 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14175199-
CMYK0.290.6200.22
HSL271.94º52.54%53.73%-
HSV(B)271.94º62.31%78.04%-
XYZ23.8114.8255.64-
YUV108.87178.87150.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 199 (78.12% from 255) = 47.95%
R=33.98%
G=18.07%
B=47.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal141751990.290.6200.22271.9452.5453.73
Hex8D4BC71D3E0161103536
Octal21511330735760264206566
Binary1000110110010111100011111101111110010110100010000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,75,199); }

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

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

 a { background-color: rgb(141,75,199); }

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

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

 span { border-color: rgb(141,75,199); }

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