#9579E4

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

Shades of Medium Purple #9579E4

Tints of Medium Purple #9579E4

Color information

#9579E4 (or 0x9579E4) is unknown color: approx Medium Purple. HEX triplet: 95, 79 and E4. RGB value is (149,121,228). Sum of RGB (Red+Green+Blue) = 149+121+228=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #9579E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579E4 is #6A861B. Grayscale: #8D8D8D. Windows color (decimal): -6981148 or 14973333. OLE color: 14973333.

HSL color Cylindrical-coordinate representation of color #9579E4: hue angle of 255.7º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9579E4 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149121228-
CMYK0.350.4700.11
HSL255.7º66.46%68.43%-
HSV(B)255.7º46.93%89.41%-
XYZ33.2425.6776.6-
YUV141.57176.78133.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 121 (47.66% from 255) = 24.30%
BLUE value IS 228 (89.45% from 255) = 45.78%
R=29.92%
G=24.30%
B=45.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491212280.350.4700.11255.766.4668.43
Hex9579E4232F0B1004244
Octal2251713444357013400102104
Binary100101011111001111001001000111011110101110000000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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