#9573DD

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

Shades of Medium Purple #9573DD

Tints of Medium Purple #9573DD

Color information

#9573DD (or 0x9573DD) is unknown color: approx Medium Purple. HEX triplet: 95, 73 and DD. RGB value is (149,115,221). Sum of RGB (Red+Green+Blue) = 149+115+221=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #9573DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573DD is #6A8C22. Grayscale: #888888. Windows color (decimal): -6982691 or 14513045. OLE color: 14513045.

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

Color convert

RGB149115221-
CMYK0.330.4800.13
HSL259.25º60.92%65.88%-
HSV(B)259.25º47.96%86.67%-
XYZ31.5823.8771.35-
YUV137.25175.26136.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=30.72%
G=23.71%
B=45.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491152210.330.4800.13259.2560.9265.88
Hex9573DD21300D1033d42
Octal225163335416001540375102
Binary10010101111001111011101100001110000011011000000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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