#9577D5

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

Shades of Medium Purple #9577D5

Tints of Medium Purple #9577D5

Color information

#9577D5 (or 0x9577D5) is unknown color: approx Medium Purple. HEX triplet: 95, 77 and D5. RGB value is (149,119,213). Sum of RGB (Red+Green+Blue) = 149+119+213=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #9577D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577D5 is #6A882A. Grayscale: #8A8A8A. Windows color (decimal): -6981675 or 13989781. OLE color: 13989781.

HSL color Cylindrical-coordinate representation of color #9577D5: hue angle of 259.15º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9577D5 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149119213-
CMYK0.300.4400.16
HSL259.15º52.81%65.1%-
HSV(B)259.15º44.13%83.53%-
XYZ3124.3966.02-
YUV138.69169.94135.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=30.98%
G=24.74%
B=44.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491192130.300.4400.16259.1552.8165.1
Hex9577D51E2C0101033541
Octal225167325365402040365101
Binary10010101111011111010101111101011000100001000000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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