#9877DA

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

Shades of Medium Purple #9877DA

Tints of Medium Purple #9877DA

Color information

#9877DA (or 0x9877DA) is unknown color: approx Medium Purple. HEX triplet: 98, 77 and DA. RGB value is (152,119,218). Sum of RGB (Red+Green+Blue) = 152+119+218=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #9877DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DA is #678825. Grayscale: #8B8B8B. Windows color (decimal): -6785062 or 14317464. OLE color: 14317464.

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

Color convert

RGB152119218-
CMYK0.300.4500.15
HSL260º57.23%66.08%-
HSV(B)260º45.41%85.49%-
XYZ32.224.9369.44-
YUV140.15171.93136.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=31.08%
G=24.34%
B=44.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521192180.300.4500.1526057.2366.08
Hex9877DA1E2D0F1043942
Octal230167332365501740471102
Binary1001100011101111101101011110101101011111000001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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