#8972DE

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

Shades of Medium Purple #8972DE

Tints of Medium Purple #8972DE

Color information

#8972DE (or 0x8972DE) is unknown color: approx Medium Purple. HEX triplet: 89, 72 and DE. RGB value is (137,114,222). Sum of RGB (Red+Green+Blue) = 137+114+222=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #8972DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972DE is #768D21. Grayscale: #848484. Windows color (decimal): -7769378 or 14578313. OLE color: 14578313.

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

Color convert

RGB137114222-
CMYK0.380.4900.13
HSL252.78º62.07%65.88%-
HSV(B)252.78º48.65%87.06%-
XYZ29.5222.6371.92-
YUV133.19178.12130.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.96%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=28.96%
G=24.10%
B=46.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1371142220.380.4900.13252.7862.0765.88
Hex8972DE26310Dfd3e42
Octal211162336466101537576102
Binary1000100111100101101111010011011000101101111111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8972DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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