#8D46BC

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

Shades of Deep Lilac #8D46BC

Tints of Deep Lilac #8D46BC

Color information

#8D46BC (or 0x8D46BC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 46 and BC. RGB value is (141,70,188). Sum of RGB (Red+Green+Blue) = 141+70+188=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D46BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D46BC is #72B943. Grayscale: #686868. Windows color (decimal): -7518532 or 12338829. OLE color: 12338829.

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

Color convert

RGB14170188-
CMYK0.250.6300.26
HSL276.1º46.83%50.59%-
HSV(B)276.1º62.77%73.73%-
XYZ22.2513.6749.04-
YUV104.68175.02153.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=35.34%
G=17.54%
B=47.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141701880.250.6300.26276.146.8350.59
Hex8D46BC193F01A1142f33
Octal21510627431770324245763
Binary1000110110001101011110011001111111011010100010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D46BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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