#8971E5

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

Shades of Medium Purple #8971E5

Tints of Medium Purple #8971E5

Color information

#8971E5 (or 0x8971E5) is unknown color: approx Medium Purple. HEX triplet: 89, 71 and E5. RGB value is (137,113,229). Sum of RGB (Red+Green+Blue) = 137+113+229=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #8971E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971E5 is #768E1A. Grayscale: #848484. Windows color (decimal): -7769627 or 15036809. OLE color: 15036809.

HSL color Cylindrical-coordinate representation of color #8971E5: hue angle of 252.41º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8971E5 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB137113229-
CMYK0.400.5100.10
HSL252.41º69.05%67.06%-
HSV(B)252.41º50.66%89.8%-
XYZ30.3622.7976.93-
YUV133.4181.95130.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.60%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=28.60%
G=23.59%
B=47.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1371132290.400.5100.10252.4169.0567.06
Hex8971E528330Afc4543
Octal2111613455063012374105103
Binary10001001111000111100101101000110011010101111110010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8971E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8971E5; }

 p { color: rgb(137,113,229); }

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

<style>
 a { background-color: #8971E5; }

 a { background-color: rgb(137,113,229); }

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

<style>
 span { border-color: #8971E5; }

 span { border-color: rgb(137,113,229); }

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