#9988DC

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

Shades of Medium Purple #9988DC

Tints of Medium Purple #9988DC

Color information

#9988DC (or 0x9988DC) is unknown color: approx Medium Purple. HEX triplet: 99, 88 and DC. RGB value is (153,136,220). Sum of RGB (Red+Green+Blue) = 153+136+220=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #9988DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988DC is #667723. Grayscale: #969696. Windows color (decimal): -6715172 or 14452889. OLE color: 14452889.

HSL color Cylindrical-coordinate representation of color #9988DC: hue angle of 252.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9988DC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153136220-
CMYK0.300.3800.14
HSL252.14º54.55%69.8%-
HSV(B)252.14º38.18%86.27%-
XYZ34.8629.5571.58-
YUV150.66167.13129.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=30.06%
G=26.72%
B=43.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531362200.300.3800.14252.1454.5569.8
Hex9988DC1E260Efc3746
Octal231210334364601637467106
Binary1001100110001000110111001111010011001110111111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9988DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9988DC; }

 p { color: rgb(153,136,220); }

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

<style>
 a { background-color: #9988DC; }

 a { background-color: rgb(153,136,220); }

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

<style>
 span { border-color: #9988DC; }

 span { border-color: rgb(153,136,220); }

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