#9A59F7

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

Shades of Medium Purple #9A59F7

Tints of Medium Purple #9A59F7

Color information

#9A59F7 (or 0x9A59F7) is unknown color: approx Medium Purple. HEX triplet: 9A, 59 and F7. RGB value is (154,89,247). Sum of RGB (Red+Green+Blue) = 154+89+247=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A59F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59F7 is #65A608. Grayscale: #7D7D7D. Windows color (decimal): -6661641 or 16210330. OLE color: 16210330.

HSL color Cylindrical-coordinate representation of color #9A59F7: hue angle of 264.68º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A59F7 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15489247-
CMYK0.380.6400.03
HSL264.68º90.8%65.88%-
HSV(B)264.68º63.97%96.86%-
XYZ33.6920.7390.22-
YUV126.45196.03147.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 89 (35.16% from 255) = 18.16%
BLUE value IS 247 (96.88% from 255) = 50.41%
R=31.43%
G=18.16%
B=50.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal154892470.380.6400.03264.6890.865.88
Hex9A59F72640031095b42
Octal2321313674610003411133102
Binary10011010101100111110111100110100000001110000100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A59F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,89,247); }

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

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

 a { background-color: rgb(154,89,247); }

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

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

 span { border-color: rgb(154,89,247); }

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