#9A59ED

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

Shades of Medium Purple #9A59ED

Tints of Medium Purple #9A59ED

Color information

#9A59ED (or 0x9A59ED) is unknown color: approx Medium Purple. HEX triplet: 9A, 59 and ED. RGB value is (154,89,237). Sum of RGB (Red+Green+Blue) = 154+89+237=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A59ED is #65A612. Grayscale: #7C7C7C. Windows color (decimal): -6661651 or 15554970. OLE color: 15554970.

HSL color Cylindrical-coordinate representation of color #9A59ED: hue angle of 266.35º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A59ED is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15489237-
CMYK0.350.6200.07
HSL266.35º80.43%63.92%-
HSV(B)266.35º62.45%92.94%-
XYZ32.1820.1382.31-
YUV125.31191.03148.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 237 (92.97% from 255) = 49.38%
R=32.08%
G=18.54%
B=49.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154892370.350.6200.07266.3580.4363.92
Hex9A59ED233E0710a5040
Octal232131355437607412120100
Binary10011010101100111101101100011111110011110000101010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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