#9980F0

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

Shades of Medium Purple #9980F0

Tints of Medium Purple #9980F0

Color information

#9980F0 (or 0x9980F0) is unknown color: approx Medium Purple. HEX triplet: 99, 80 and F0. RGB value is (153,128,240). Sum of RGB (Red+Green+Blue) = 153+128+240=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #9980F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980F0 is #667F0F. Grayscale: #939393. Windows color (decimal): -6717200 or 15761561. OLE color: 15761561.

HSL color Cylindrical-coordinate representation of color #9980F0: hue angle of 253.39º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9980F0 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153128240-
CMYK0.360.4700.06
HSL253.39º78.87%72.16%-
HSV(B)253.39º46.67%94.12%-
XYZ36.5828.586.01-
YUV148.24179.78131.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 128 (50.39% from 255) = 24.57%
BLUE value IS 240 (94.14% from 255) = 46.07%
R=29.37%
G=24.57%
B=46.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531282400.360.4700.06253.3978.8772.16
Hex9980F0242F06fd4f48
Octal231200360445706375117110
Binary10011001100000001111000010010010111101101111110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9980F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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