#9D64E9

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

Shades of Medium Purple #9D64E9

Tints of Medium Purple #9D64E9

Color information

#9D64E9 (or 0x9D64E9) is unknown color: approx Medium Purple. HEX triplet: 9D, 64 and E9. RGB value is (157,100,233). Sum of RGB (Red+Green+Blue) = 157+100+233=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D64E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D64E9 is #629B16. Grayscale: #838383. Windows color (decimal): -6462231 or 15295645. OLE color: 15295645.

HSL color Cylindrical-coordinate representation of color #9D64E9: hue angle of 265.71º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D64E9 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157100233-
CMYK0.330.5700.09
HSL265.71º75.14%65.29%-
HSV(B)265.71º57.08%91.37%-
XYZ33.1722.1779.62-
YUV132.21184.88145.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 233 (91.41% from 255) = 47.55%
R=32.04%
G=20.41%
B=47.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571002330.330.5700.09265.7175.1465.29
Hex9D64E921390910a4b41
Octal2351443514171011412113101
Binary100111011100100111010011000011110010100110000101010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D64E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,233); }

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

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

 a { background-color: rgb(157,100,233); }

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

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

 span { border-color: rgb(157,100,233); }

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