#9880DA

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

Shades of Medium Purple #9880DA

Tints of Medium Purple #9880DA

Color information

#9880DA (or 0x9880DA) is unknown color: approx Medium Purple. HEX triplet: 98, 80 and DA. RGB value is (152,128,218). Sum of RGB (Red+Green+Blue) = 152+128+218=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #9880DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880DA is #677F25. Grayscale: #919191. Windows color (decimal): -6782758 or 14319768. OLE color: 14319768.

HSL color Cylindrical-coordinate representation of color #9880DA: hue angle of 256º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9880DA is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152128218-
CMYK0.300.4100.15
HSL256º54.88%67.84%-
HSV(B)256º41.28%85.49%-
XYZ33.3227.1869.82-
YUV145.44168.95132.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.52%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 218 (85.55% from 255) = 43.78%
R=30.52%
G=25.70%
B=43.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521282180.300.4100.1525654.8867.84
Hex9880DA1E290F1003744
Octal230200332365101740067104
Binary10011000100000001101101011110101001011111000000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9880DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9880DA; }

 p { color: rgb(152,128,218); }

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

<style>
 a { background-color: #9880DA; }

 a { background-color: rgb(152,128,218); }

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

<style>
 span { border-color: #9880DA; }

 span { border-color: rgb(152,128,218); }

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