#9881EC

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

Shades of Medium Purple #9881EC

Tints of Medium Purple #9881EC

Color information

#9881EC (or 0x9881EC) is unknown color: approx Medium Purple. HEX triplet: 98, 81 and EC. RGB value is (152,129,236). Sum of RGB (Red+Green+Blue) = 152+129+236=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9881EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9881EC is #677E13. Grayscale: #939393. Windows color (decimal): -6782484 or 15499672. OLE color: 15499672.

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

Color convert

RGB152129236-
CMYK0.360.4500.07
HSL252.9º73.79%71.57%-
HSV(B)252.9º45.34%92.55%-
XYZ35.9428.4382.95-
YUV148.07177.62130.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=29.40%
G=24.95%
B=45.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521292360.360.4500.07252.973.7971.57
Hex9881EC242D07fd4a48
Octal230201354445507375112110
Binary10011000100000011110110010010010110101111111110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9881EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9881EC; }

 p { color: rgb(152,129,236); }

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

<style>
 a { background-color: #9881EC; }

 a { background-color: rgb(152,129,236); }

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

<style>
 span { border-color: #9881EC; }

 span { border-color: rgb(152,129,236); }

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