#9980DD

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

Shades of Medium Purple #9980DD

Tints of Medium Purple #9980DD

Color information

#9980DD (or 0x9980DD) is unknown color: approx Medium Purple. HEX triplet: 99, 80 and DD. RGB value is (153,128,221). Sum of RGB (Red+Green+Blue) = 153+128+221=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #9980DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980DD is #667F22. Grayscale: #919191. Windows color (decimal): -6717219 or 14516377. OLE color: 14516377.

HSL color Cylindrical-coordinate representation of color #9980DD: hue angle of 256.13º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9980DD is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153128221-
CMYK0.310.4200.13
HSL256.13º57.76%68.43%-
HSV(B)256.13º42.08%86.67%-
XYZ33.9127.4371.91-
YUV146.08170.28132.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=30.48%
G=25.50%
B=44.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531282210.310.4200.13256.1357.7668.43
Hex9980DD1F2A0D1003a44
Octal231200335375201540072104
Binary10011001100000001101110111111101010011011000000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,128,221); }

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

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

 a { background-color: rgb(153,128,221); }

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

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

 span { border-color: rgb(153,128,221); }

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