#8973DF

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

Shades of Medium Purple #8973DF

Tints of Medium Purple #8973DF

Color information

#8973DF (or 0x8973DF) is unknown color: approx Medium Purple. HEX triplet: 89, 73 and DF. RGB value is (137,115,223). Sum of RGB (Red+Green+Blue) = 137+115+223=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #8973DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973DF is #768C20. Grayscale: #858585. Windows color (decimal): -7769121 or 14644105. OLE color: 14644105.

HSL color Cylindrical-coordinate representation of color #8973DF: hue angle of 252.22º degrees, saturation: 0.63, 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 #8973DF is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB137115223-
CMYK0.390.4800.13
HSL252.22º62.79%66.27%-
HSV(B)252.22º48.43%87.45%-
XYZ29.7722.9172.66-
YUV133.89178.29130.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=28.84%
G=24.21%
B=46.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371152230.390.4800.13252.2262.7966.27
Hex8973DF27300Dfc3f42
Octal211163337476001537477102
Binary1000100111100111101111110011111000001101111111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8973DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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