#9884EF

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

Shades of Medium Purple #9884EF

Tints of Medium Purple #9884EF

Color information

#9884EF (or 0x9884EF) is unknown color: approx Medium Purple. HEX triplet: 98, 84 and EF. RGB value is (152,132,239). Sum of RGB (Red+Green+Blue) = 152+132+239=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #9884EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884EF is #677B10. Grayscale: #959595. Windows color (decimal): -6781713 or 15697048. OLE color: 15697048.

HSL color Cylindrical-coordinate representation of color #9884EF: hue angle of 251.21º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9884EF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152132239-
CMYK0.360.4500.06
HSL251.21º76.98%72.75%-
HSV(B)251.21º44.77%93.73%-
XYZ36.7829.4185.4-
YUV150.18178.13129.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 132 (51.95% from 255) = 25.24%
BLUE value IS 239 (93.75% from 255) = 45.70%
R=29.06%
G=25.24%
B=45.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521322390.360.4500.06251.2176.9872.75
Hex9884EF242D06fb4d49
Octal230204357445506373115111
Binary10011000100001001110111110010010110101101111101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9884EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9884EF; }

 p { color: rgb(152,132,239); }

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

<style>
 a { background-color: #9884EF; }

 a { background-color: rgb(152,132,239); }

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

<style>
 span { border-color: #9884EF; }

 span { border-color: rgb(152,132,239); }

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