#9579EC

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

Shades of Medium Purple #9579EC

Tints of Medium Purple #9579EC

Color information

#9579EC (or 0x9579EC) is unknown color: approx Medium Purple. HEX triplet: 95, 79 and EC. RGB value is (149,121,236). Sum of RGB (Red+Green+Blue) = 149+121+236=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #9579EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9579EC is #6A8613. Grayscale: #8E8E8E. Windows color (decimal): -6981140 or 15497621. OLE color: 15497621.

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

Color convert

RGB149121236-
CMYK0.370.4900.07
HSL254.61º75.16%70%-
HSV(B)254.61º48.73%92.55%-
XYZ34.3726.1282.59-
YUV142.48180.78132.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 236 (92.58% from 255) = 46.64%
R=29.45%
G=23.91%
B=46.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491212360.370.4900.07254.6175.1670
Hex9579EC253107ff4b46
Octal225171354456107377113106
Binary1001010111110011110110010010111000101111111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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