#9579DD

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

Shades of Medium Purple #9579DD

Tints of Medium Purple #9579DD

Color information

#9579DD (or 0x9579DD) is unknown color: approx Medium Purple. HEX triplet: 95, 79 and DD. RGB value is (149,121,221). Sum of RGB (Red+Green+Blue) = 149+121+221=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9579DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579DD is #6A8622. Grayscale: #8C8C8C. Windows color (decimal): -6981155 or 14514581. OLE color: 14514581.

HSL color Cylindrical-coordinate representation of color #9579DD: hue angle of 256.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9579DD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149121221-
CMYK0.330.4500.13
HSL256.8º59.52%67.06%-
HSV(B)256.8º45.25%86.67%-
XYZ32.2825.2871.59-
YUV140.77173.28133.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=30.35%
G=24.64%
B=45.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491212210.330.4500.13256.859.5267.06
Hex9579DD212D0D1013c43
Octal225171335415501540174103
Binary10010101111100111011101100001101101011011000000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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