#8D5DDB

Color #8D5DDB Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8D5DDB

Tints of Medium Purple #8D5DDB

Color information

#8D5DDB (or 0x8D5DDB) is unknown color: approx Medium Purple. HEX triplet: 8D, 5D and DB. RGB value is (141,93,219). Sum of RGB (Red+Green+Blue) = 141+93+219=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DDB is #72A224. Grayscale: #797979. Windows color (decimal): -7512613 or 14376333. OLE color: 14376333.

HSL color Cylindrical-coordinate representation of color #8D5DDB: hue angle of 262.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D5DDB is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14193219-
CMYK0.360.5800.14
HSL262.86º63.64%61.18%-
HSV(B)262.86º57.53%85.88%-
XYZ27.6918.6169.15-
YUV121.72182.9141.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.13%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=31.13%
G=20.53%
B=48.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141932190.360.5800.14262.8663.6461.18
Hex8D5DDB243A0E107403d
Octal215135333447201640710075
Binary10001101101110111011011100100111010011101000001111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,93,219); }

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

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

 a { background-color: rgb(141,93,219); }

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

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

 span { border-color: rgb(141,93,219); }

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