#9572D9

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

Shades of Medium Purple #9572D9

Tints of Medium Purple #9572D9

Color information

#9572D9 (or 0x9572D9) is unknown color: approx Medium Purple. HEX triplet: 95, 72 and D9. RGB value is (149,114,217). Sum of RGB (Red+Green+Blue) = 149+114+217=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #9572D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572D9 is #6A8D26. Grayscale: #878787. Windows color (decimal): -6982951 or 14250645. OLE color: 14250645.

HSL color Cylindrical-coordinate representation of color #9572D9: hue angle of 260.39º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9572D9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149114217-
CMYK0.310.4700.15
HSL260.39º57.54%64.9%-
HSV(B)260.39º47.47%85.1%-
XYZ30.9423.4368.54-
YUV136.21173.6137.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=31.04%
G=23.75%
B=45.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491142170.310.4700.15260.3957.5464.9
Hex9572D91F2F0F1043a41
Octal225162331375701740472101
Binary1001010111100101101100111111101111011111000001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9572D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9572D9; }

 p { color: rgb(149,114,217); }

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

<style>
 a { background-color: #9572D9; }

 a { background-color: rgb(149,114,217); }

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

<style>
 span { border-color: #9572D9; }

 span { border-color: rgb(149,114,217); }

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