#9880EE

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

Shades of Medium Purple #9880EE

Tints of Medium Purple #9880EE

Color information

#9880EE (or 0x9880EE) is unknown color: approx Medium Purple. HEX triplet: 98, 80 and EE. RGB value is (152,128,238). Sum of RGB (Red+Green+Blue) = 152+128+238=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #9880EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880EE is #677F11. Grayscale: #939393. Windows color (decimal): -6782738 or 15630488. OLE color: 15630488.

HSL color Cylindrical-coordinate representation of color #9880EE: hue angle of 253.09º 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 #9880EE is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152128238-
CMYK0.360.4600.07
HSL253.09º76.39%71.76%-
HSV(B)253.09º46.22%93.33%-
XYZ36.128.2984.45-
YUV147.72178.95131.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 128 (50.39% from 255) = 24.71%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=29.34%
G=24.71%
B=45.95%

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
Decimal1521282380.360.4600.07253.0976.3971.76
Hex9880EE242E07fd4c48
Octal230200356445607375114110
Binary10011000100000001110111010010010111001111111110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9880EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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