#9575DD

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

Shades of Medium Purple #9575DD

Tints of Medium Purple #9575DD

Color information

#9575DD (or 0x9575DD) is unknown color: approx Medium Purple. HEX triplet: 95, 75 and DD. RGB value is (149,117,221). Sum of RGB (Red+Green+Blue) = 149+117+221=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9575DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575DD is #6A8A22. Grayscale: #8A8A8A. Windows color (decimal): -6982179 or 14513557. OLE color: 14513557.

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

Color convert

RGB149117221-
CMYK0.330.4700.13
HSL258.46º60.47%66.27%-
HSV(B)258.46º47.06%86.67%-
XYZ31.8124.3371.43-
YUV138.42174.6135.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=30.60%
G=24.02%
B=45.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491172210.330.4700.13258.4660.4766.27
Hex9575DD212F0D1023c42
Octal225165335415701540274102
Binary10010101111010111011101100001101111011011000000101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9575DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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