#9577EC

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

Shades of Medium Purple #9577EC

Tints of Medium Purple #9577EC

Color information

#9577EC (or 0x9577EC) is unknown color: approx Medium Purple. HEX triplet: 95, 77 and EC. RGB value is (149,119,236). Sum of RGB (Red+Green+Blue) = 149+119+236=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #9577EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9577EC is #6A8813. Grayscale: #8C8C8C. Windows color (decimal): -6981652 or 15497109. OLE color: 15497109.

HSL color Cylindrical-coordinate representation of color #9577EC: hue angle of 255.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9577EC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149119236-
CMYK0.370.5000.07
HSL255.38º75.48%69.61%-
HSV(B)255.38º49.58%92.55%-
XYZ34.1325.6482.51-
YUV141.31181.44133.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=29.56%
G=23.61%
B=46.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491192360.370.5000.07255.3875.4869.61
Hex9577EC253207ff4b46
Octal225167354456207377113106
Binary1001010111101111110110010010111001001111111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9577EC; }

 p { color: rgb(149,119,236); }

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

<style>
 a { background-color: #9577EC; }

 a { background-color: rgb(149,119,236); }

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

<style>
 span { border-color: #9577EC; }

 span { border-color: rgb(149,119,236); }

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