#9D63F9

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

Shades of Medium Purple #9D63F9

Tints of Medium Purple #9D63F9

Color information

#9D63F9 (or 0x9D63F9) is unknown color: approx Medium Purple. HEX triplet: 9D, 63 and F9. RGB value is (157,99,249). Sum of RGB (Red+Green+Blue) = 157+99+249=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D63F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D63F9 is #629C06. Grayscale: #848484. Windows color (decimal): -6462471 or 16343965. OLE color: 16343965.

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

Color convert

RGB15799249-
CMYK0.370.6000.02
HSL263.2º92.59%68.24%-
HSV(B)263.2º60.24%97.65%-
XYZ35.4722.9392.18-
YUV133.44193.22144.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 99 (39.06% from 255) = 19.60%
BLUE value IS 249 (97.66% from 255) = 49.31%
R=31.09%
G=19.60%
B=49.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157992490.370.6000.02263.292.5968.24
Hex9D63F9253C021075d44
Octal235143371457402407135104
Binary1001110111000111111100110010111110001010000011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D63F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,99,249); }

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

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

 a { background-color: rgb(157,99,249); }

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

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

 span { border-color: rgb(157,99,249); }

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