#8972E1

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

Shades of Medium Purple #8972E1

Tints of Medium Purple #8972E1

Color information

#8972E1 (or 0x8972E1) is unknown color: approx Medium Purple. HEX triplet: 89, 72 and E1. RGB value is (137,114,225). Sum of RGB (Red+Green+Blue) = 137+114+225=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #8972E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972E1 is #768D1E. Grayscale: #858585. Windows color (decimal): -7769375 or 14774921. OLE color: 14774921.

HSL color Cylindrical-coordinate representation of color #8972E1: hue angle of 252.43º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8972E1 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB137114225-
CMYK0.390.4900.12
HSL252.43º64.91%66.47%-
HSV(B)252.43º49.33%88.24%-
XYZ29.9222.7974.06-
YUV133.53179.62130.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 225 (88.28% from 255) = 47.27%
R=28.78%
G=23.95%
B=47.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1371142250.390.4900.12252.4364.9166.47
Hex8972E127310Cfc4142
Octal2111623414761014374101102
Binary10001001111001011100001100111110001011001111110010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8972E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8972E1; }

 p { color: rgb(137,114,225); }

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

<style>
 a { background-color: #8972E1; }

 a { background-color: rgb(137,114,225); }

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

<style>
 span { border-color: #8972E1; }

 span { border-color: rgb(137,114,225); }

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