#9D56EC

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

Shades of Medium Purple #9D56EC

Tints of Medium Purple #9D56EC

Color information

#9D56EC (or 0x9D56EC) is unknown color: approx Medium Purple. HEX triplet: 9D, 56 and EC. RGB value is (157,86,236). Sum of RGB (Red+Green+Blue) = 157+86+236=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D56EC is #62A913. Grayscale: #7B7B7B. Windows color (decimal): -6465812 or 15488669. OLE color: 15488669.

HSL color Cylindrical-coordinate representation of color #9D56EC: hue angle of 268.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D56EC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15786236-
CMYK0.330.6400.07
HSL268.4º79.79%63.14%-
HSV(B)268.4º63.56%92.55%-
XYZ32.3719.8881.49-
YUV124.33191.02151.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=32.78%
G=17.95%
B=49.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157862360.330.6400.07268.479.7963.14
Hex9D56EC21400710c503f
Octal235126354411000741412077
Binary10011101101011011101100100001100000001111000011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D56EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D56EC; }

 p { color: rgb(157,86,236); }

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

<style>
 a { background-color: #9D56EC; }

 a { background-color: rgb(157,86,236); }

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

<style>
 span { border-color: #9D56EC; }

 span { border-color: rgb(157,86,236); }

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