#9577DE

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

Shades of Medium Purple #9577DE

Tints of Medium Purple #9577DE

Color information

#9577DE (or 0x9577DE) is unknown color: approx Medium Purple. HEX triplet: 95, 77 and DE. RGB value is (149,119,222). Sum of RGB (Red+Green+Blue) = 149+119+222=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #9577DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577DE is #6A8821. Grayscale: #8B8B8B. Windows color (decimal): -6981666 or 14579605. OLE color: 14579605.

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

Color convert

RGB149119222-
CMYK0.330.4600.13
HSL257.48º60.95%66.86%-
HSV(B)257.48º46.4%87.06%-
XYZ32.1824.8672.21-
YUV139.71174.44134.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=30.41%
G=24.29%
B=45.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491192220.330.4600.13257.4860.9566.86
Hex9577DE212E0D1013d43
Octal225167336415601540175103
Binary10010101111011111011110100001101110011011000000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9577DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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