#9D64F8

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

Shades of Medium Purple #9D64F8

Tints of Medium Purple #9D64F8

Color information

#9D64F8 (or 0x9D64F8) is unknown color: approx Medium Purple. HEX triplet: 9D, 64 and F8. RGB value is (157,100,248). Sum of RGB (Red+Green+Blue) = 157+100+248=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #9D64F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D64F8 is #629B07. Grayscale: #858585. Windows color (decimal): -6462216 or 16278685. OLE color: 16278685.

HSL color Cylindrical-coordinate representation of color #9D64F8: hue angle of 263.11º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D64F8 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB157100248-
CMYK0.370.6000.03
HSL263.11º91.36%68.24%-
HSV(B)263.11º59.68%97.25%-
XYZ35.4123.0691.39-
YUV133.92192.38144.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 100 (39.45% from 255) = 19.80%
BLUE value IS 248 (97.27% from 255) = 49.11%
R=31.09%
G=19.80%
B=49.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1571002480.370.6000.03263.1191.3668.24
Hex9D64F8253C031075b44
Octal235144370457403407133104
Binary1001110111001001111100010010111110001110000011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D64F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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