#9884EA

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

Shades of Medium Purple #9884EA

Tints of Medium Purple #9884EA

Color information

#9884EA (or 0x9884EA) is unknown color: approx Medium Purple. HEX triplet: 98, 84 and EA. RGB value is (152,132,234). Sum of RGB (Red+Green+Blue) = 152+132+234=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #9884EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9884EA is #677B15. Grayscale: #959595. Windows color (decimal): -6781718 or 15369368. OLE color: 15369368.

HSL color Cylindrical-coordinate representation of color #9884EA: hue angle of 251.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9884EA is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152132234-
CMYK0.350.4400.08
HSL251.76º70.83%71.76%-
HSV(B)251.76º43.59%91.76%-
XYZ36.0529.1281.56-
YUV149.61175.63129.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.34%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=29.34%
G=25.48%
B=45.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1521322340.350.4400.08251.7670.8371.76
Hex9884EA232C08fc4748
Octal2302043524354010374107110
Binary100110001000010011101010100011101100010001111110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9884EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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