#9D5EED

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

Shades of Medium Purple #9D5EED

Tints of Medium Purple #9D5EED

Color information

#9D5EED (or 0x9D5EED) is unknown color: approx Medium Purple. HEX triplet: 9D, 5E and ED. RGB value is (157,94,237). Sum of RGB (Red+Green+Blue) = 157+94+237=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5EED is #62A112. Grayscale: #808080. Windows color (decimal): -6463763 or 15556253. OLE color: 15556253.

HSL color Cylindrical-coordinate representation of color #9D5EED: hue angle of 266.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D5EED is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15794237-
CMYK0.340.6000.07
HSL266.43º79.89%64.9%-
HSV(B)266.43º60.34%92.94%-
XYZ33.1921.2982.48-
YUV129.14188.87147.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=32.17%
G=19.26%
B=48.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal157942370.340.6000.07266.4379.8964.9
Hex9D5EED223C0710a5041
Octal235136355427407412120101
Binary10011101101111011101101100010111100011110000101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,237); }

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

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

 a { background-color: rgb(157,94,237); }

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

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

 span { border-color: rgb(157,94,237); }

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