#8956E4

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

Shades of Medium Purple #8956E4

Tints of Medium Purple #8956E4

Color information

#8956E4 (or 0x8956E4) is unknown color: approx Medium Purple. HEX triplet: 89, 56 and E4. RGB value is (137,86,228). Sum of RGB (Red+Green+Blue) = 137+86+228=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #8956E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956E4 is #76A91B. Grayscale: #747474. Windows color (decimal): -7776540 or 14964361. OLE color: 14964361.

HSL color Cylindrical-coordinate representation of color #8956E4: hue angle of 261.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8956E4 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13786228-
CMYK0.400.6200.11
HSL261.55º72.45%61.57%-
HSV(B)261.55º62.28%89.41%-
XYZ27.6517.5875.33-
YUV117.44190.4141.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.38%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 228 (89.45% from 255) = 50.55%
R=30.38%
G=19.07%
B=50.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal137862280.400.6200.11261.5572.4561.57
Hex8956E4283E0B106483e
Octal211126344507601340611076
Binary10001001101011011100100101000111110010111000001101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8956E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8956E4; }

 p { color: rgb(137,86,228); }

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

<style>
 a { background-color: #8956E4; }

 a { background-color: rgb(137,86,228); }

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

<style>
 span { border-color: #8956E4; }

 span { border-color: rgb(137,86,228); }

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