#8D55BF

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

Shades of Deep Lilac #8D55BF

Tints of Deep Lilac #8D55BF

Color information

#8D55BF (or 0x8D55BF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 55 and BF. RGB value is (141,85,191). Sum of RGB (Red+Green+Blue) = 141+85+191=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D55BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D55BF is #72AA40. Grayscale: #717171. Windows color (decimal): -7514689 or 12539277. OLE color: 12539277.

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

Color convert

RGB14185191-
CMYK0.260.5500.25
HSL271.7º45.3%54.12%-
HSV(B)271.7º55.5%74.9%-
XYZ23.6415.9251.12-
YUV113.83171.55147.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.81%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 191 (75% from 255) = 45.80%
R=33.81%
G=20.38%
B=45.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141851910.260.5500.25271.745.354.12
Hex8D55BF1A370191102d36
Octal21512527732670314205566
Binary1000110110101011011111111010110111011001100010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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