#8D45BF

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

Shades of Deep Lilac #8D45BF

Tints of Deep Lilac #8D45BF

Color information

#8D45BF (or 0x8D45BF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 45 and BF. RGB value is (141,69,191). Sum of RGB (Red+Green+Blue) = 141+69+191=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D45BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D45BF is #72BA40. Grayscale: #686868. Windows color (decimal): -7518785 or 12535181. OLE color: 12535181.

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

Color convert

RGB14169191-
CMYK0.260.6400.25
HSL275.41º48.8%50.98%-
HSV(B)275.41º63.87%74.9%-
XYZ22.5213.6850.74-
YUV104.44176.85154.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 191 (75% from 255) = 47.63%
R=35.16%
G=17.21%
B=47.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141691910.260.6400.25275.4148.850.98
Hex8D45BF1A400191133133
Octal215105277321000314236163
Binary10001101100010110111111110101000000011001100010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,191); }

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

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

 a { background-color: rgb(141,69,191); }

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

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

 span { border-color: rgb(141,69,191); }

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