#8973DD

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

Shades of Medium Purple #8973DD

Tints of Medium Purple #8973DD

Color information

#8973DD (or 0x8973DD) is unknown color: approx Medium Purple. HEX triplet: 89, 73 and DD. RGB value is (137,115,221). Sum of RGB (Red+Green+Blue) = 137+115+221=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #8973DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973DD is #768C22. Grayscale: #858585. Windows color (decimal): -7769123 or 14513033. OLE color: 14513033.

HSL color Cylindrical-coordinate representation of color #8973DD: hue angle of 252.45º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8973DD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137115221-
CMYK0.380.4800.13
HSL252.45º60.92%65.88%-
HSV(B)252.45º47.96%86.67%-
XYZ29.522.871.25-
YUV133.66177.29130.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=28.96%
G=24.31%
B=46.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371152210.380.4800.13252.4560.9265.88
Hex8973DD26300Dfc3d42
Octal211163335466001537475102
Binary1000100111100111101110110011011000001101111111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8973DD; }

 p { color: rgb(137,115,221); }

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

<style>
 a { background-color: #8973DD; }

 a { background-color: rgb(137,115,221); }

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

<style>
 span { border-color: #8973DD; }

 span { border-color: rgb(137,115,221); }

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