#8D50BC

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

Shades of Deep Lilac #8D50BC

Tints of Deep Lilac #8D50BC

Color information

#8D50BC (or 0x8D50BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 50 and BC. RGB value is (141,80,188). Sum of RGB (Red+Green+Blue) = 141+80+188=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50BC is #72AF43. Grayscale: #6E6E6E. Windows color (decimal): -7515972 or 12341389. OLE color: 12341389.

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

Color convert

RGB14180188-
CMYK0.250.5700.26
HSL273.89º44.63%52.55%-
HSV(B)273.89º57.45%73.73%-
XYZ22.9315.0349.27-
YUV110.55171.71149.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.47%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=34.47%
G=19.56%
B=45.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141801880.250.5700.26273.8944.6352.55
Hex8D50BC193901A1122d35
Octal21512027431710324225565
Binary1000110110100001011110011001111001011010100010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D50BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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