#9A60ED

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

Shades of Medium Purple #9A60ED

Tints of Medium Purple #9A60ED

Color information

#9A60ED (or 0x9A60ED) is unknown color: approx Medium Purple. HEX triplet: 9A, 60 and ED. RGB value is (154,96,237). Sum of RGB (Red+Green+Blue) = 154+96+237=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A60ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A60ED is #659F12. Grayscale: #808080. Windows color (decimal): -6659859 or 15556762. OLE color: 15556762.

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

Color convert

RGB15496237-
CMYK0.350.5900.07
HSL264.68º79.66%65.29%-
HSV(B)264.68º59.49%92.94%-
XYZ32.821.3582.51-
YUV129.42188.72145.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=31.62%
G=19.71%
B=48.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154962370.350.5900.07264.6879.6665.29
Hex9A60ED233B071095041
Octal232140355437307411120101
Binary10011010110000011101101100011111011011110000100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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