#9580EA

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

Shades of Medium Purple #9580EA

Tints of Medium Purple #9580EA

Color information

#9580EA (or 0x9580EA) is unknown color: approx Medium Purple. HEX triplet: 95, 80 and EA. RGB value is (149,128,234). Sum of RGB (Red+Green+Blue) = 149+128+234=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #9580EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9580EA is #6A7F15. Grayscale: #919191. Windows color (decimal): -6979350 or 15368341. OLE color: 15368341.

HSL color Cylindrical-coordinate representation of color #9580EA: hue angle of 251.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9580EA is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149128234-
CMYK0.360.4500.08
HSL251.89º71.62%70.98%-
HSV(B)251.89º45.3%91.76%-
XYZ34.9627.7781.36-
YUV146.36177.46129.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=29.16%
G=25.05%
B=45.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491282340.360.4500.08251.8971.6270.98
Hex9580EA242D08fc4847
Octal2252003524455010374110107
Binary100101011000000011101010100100101101010001111110010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9580EA; }

 p { color: rgb(149,128,234); }

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

<style>
 a { background-color: #9580EA; }

 a { background-color: rgb(149,128,234); }

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

<style>
 span { border-color: #9580EA; }

 span { border-color: rgb(149,128,234); }

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