#9D61F9

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

Shades of Medium Purple #9D61F9

Tints of Medium Purple #9D61F9

Color information

#9D61F9 (or 0x9D61F9) is unknown color: approx Medium Purple. HEX triplet: 9D, 61 and F9. RGB value is (157,97,249). Sum of RGB (Red+Green+Blue) = 157+97+249=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D61F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D61F9 is #629E06. Grayscale: #838383. Windows color (decimal): -6462983 or 16343453. OLE color: 16343453.

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

Color convert

RGB15797249-
CMYK0.370.6100.02
HSL263.68º92.68%67.84%-
HSV(B)263.68º61.04%97.65%-
XYZ35.2822.5692.12-
YUV132.27193.88145.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.21%
GREEN value IS 97 (38.28% from 255) = 19.28%
BLUE value IS 249 (97.66% from 255) = 49.50%
R=31.21%
G=19.28%
B=49.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal157972490.370.6100.02263.6892.6867.84
Hex9D61F9253D021085d44
Octal235141371457502410135104
Binary1001110111000011111100110010111110101010000100010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D61F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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