#9980EE

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

Shades of Medium Purple #9980EE

Tints of Medium Purple #9980EE

Color information

#9980EE (or 0x9980EE) is unknown color: approx Medium Purple. HEX triplet: 99, 80 and EE. RGB value is (153,128,238). Sum of RGB (Red+Green+Blue) = 153+128+238=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #9980EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980EE is #667F11. Grayscale: #939393. Windows color (decimal): -6717202 or 15630489. OLE color: 15630489.

HSL color Cylindrical-coordinate representation of color #9980EE: hue angle of 253.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9980EE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153128238-
CMYK0.360.4600.07
HSL253.64º76.39%71.76%-
HSV(B)253.64º46.22%93.33%-
XYZ36.2928.3884.45-
YUV148.01178.78131.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=29.48%
G=24.66%
B=45.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531282380.360.4600.07253.6476.3971.76
Hex9980EE242E07fe4c48
Octal231200356445607376114110
Binary10011001100000001110111010010010111001111111111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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