#9888DD

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

Shades of Medium Purple #9888DD

Tints of Medium Purple #9888DD

Color information

#9888DD (or 0x9888DD) is unknown color: approx Medium Purple. HEX triplet: 98, 88 and DD. RGB value is (152,136,221). Sum of RGB (Red+Green+Blue) = 152+136+221=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #9888DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888DD is #677722. Grayscale: #969696. Windows color (decimal): -6780707 or 14518424. OLE color: 14518424.

HSL color Cylindrical-coordinate representation of color #9888DD: hue angle of 251.29º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9888DD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152136221-
CMYK0.310.3800.13
HSL251.29º55.56%70%-
HSV(B)251.29º38.46%86.67%-
XYZ34.829.572.27-
YUV150.47167.8129.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=29.86%
G=26.72%
B=43.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521362210.310.3800.13251.2955.5670
Hex9888DD1F260Dfb3846
Octal230210335374601537370106
Binary1001100010001000110111011111110011001101111110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9888DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9888DD; }

 p { color: rgb(152,136,221); }

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

<style>
 a { background-color: #9888DD; }

 a { background-color: rgb(152,136,221); }

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

<style>
 span { border-color: #9888DD; }

 span { border-color: rgb(152,136,221); }

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