#9D54EC

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

Shades of Medium Purple #9D54EC

Tints of Medium Purple #9D54EC

Color information

#9D54EC (or 0x9D54EC) is unknown color: approx Medium Purple. HEX triplet: 9D, 54 and EC. RGB value is (157,84,236). Sum of RGB (Red+Green+Blue) = 157+84+236=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D54EC is #62AB13. Grayscale: #7A7A7A. Windows color (decimal): -6466324 or 15488157. OLE color: 15488157.

HSL color Cylindrical-coordinate representation of color #9D54EC: hue angle of 268.82º 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 #9D54EC is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15784236-
CMYK0.330.6400.07
HSL268.82º80%62.75%-
HSV(B)268.82º64.41%92.55%-
XYZ32.2219.5681.44-
YUV123.16191.68152.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 84 (33.20% from 255) = 17.61%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=32.91%
G=17.61%
B=49.48%

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
Decimal157842360.330.6400.07268.828062.75
Hex9D54EC21400710d503f
Octal235124354411000741512077
Binary10011101101010011101100100001100000001111000011011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D54EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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