#9975D1

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

Shades of Medium Purple #9975D1

Tints of Medium Purple #9975D1

Color information

#9975D1 (or 0x9975D1) is unknown color: approx Medium Purple. HEX triplet: 99, 75 and D1. RGB value is (153,117,209). Sum of RGB (Red+Green+Blue) = 153+117+209=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #9975D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9975D1 is #668A2E. Grayscale: #898989. Windows color (decimal): -6720047 or 13727129. OLE color: 13727129.

HSL color Cylindrical-coordinate representation of color #9975D1: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9975D1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153117209-
CMYK0.270.4400.18
HSL263.48º50%63.92%-
HSV(B)263.48º44.02%81.96%-
XYZ31.0124.163.34-
YUV138.25167.93138.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=31.94%
G=24.43%
B=43.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531172090.270.4400.18263.485063.92
Hex9975D11B2C0121073240
Octal231165321335402240762100
Binary10011001111010111010001110111011000100101000001111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9975D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9975D1; }

 p { color: rgb(153,117,209); }

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

<style>
 a { background-color: #9975D1; }

 a { background-color: rgb(153,117,209); }

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

<style>
 span { border-color: #9975D1; }

 span { border-color: rgb(153,117,209); }

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