#9886D8

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

Shades of Medium Purple #9886D8

Tints of Medium Purple #9886D8

Color information

#9886D8 (or 0x9886D8) is unknown color: approx Medium Purple. HEX triplet: 98, 86 and D8. RGB value is (152,134,216). Sum of RGB (Red+Green+Blue) = 152+134+216=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #9886D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886D8 is #677927. Grayscale: #949494. Windows color (decimal): -6781224 or 14190232. OLE color: 14190232.

HSL color Cylindrical-coordinate representation of color #9886D8: hue angle of 253.17º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9886D8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152134216-
CMYK0.300.3800.15
HSL253.17º51.25%68.63%-
HSV(B)253.17º37.96%84.71%-
XYZ33.8728.6868.72-
YUV148.73165.96130.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 216 (84.77% from 255) = 43.03%
R=30.28%
G=26.69%
B=43.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521342160.300.3800.15253.1751.2568.63
Hex9886D81E260Ffd3345
Octal230206330364601737563105
Binary1001100010000110110110001111010011001111111111011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9886D8; }

 p { color: rgb(152,134,216); }

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

<style>
 a { background-color: #9886D8; }

 a { background-color: rgb(152,134,216); }

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

<style>
 span { border-color: #9886D8; }

 span { border-color: rgb(152,134,216); }

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