#8D4CBE

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

Shades of Deep Lilac #8D4CBE

Tints of Deep Lilac #8D4CBE

Color information

#8D4CBE (or 0x8D4CBE) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4C and BE. RGB value is (141,76,190). Sum of RGB (Red+Green+Blue) = 141+76+190=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D4CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CBE is #72B341. Grayscale: #6C6C6C. Windows color (decimal): -7516994 or 12471437. OLE color: 12471437.

HSL color Cylindrical-coordinate representation of color #8D4CBE: hue angle of 274.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D4CBE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14176190-
CMYK0.260.6000.25
HSL274.21º46.72%52.16%-
HSV(B)274.21º60%74.51%-
XYZ22.8614.5550.32-
YUV108.43174.03151.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=34.64%
G=18.67%
B=46.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141761900.260.6000.25274.2146.7252.16
Hex8D4CBE1A3C0191122f34
Octal21511427632740314225764
Binary1000110110011001011111011010111100011001100010010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,190); }

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

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

 a { background-color: rgb(141,76,190); }

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

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

 span { border-color: rgb(141,76,190); }

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