#9877D0

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

Shades of Medium Purple #9877D0

Tints of Medium Purple #9877D0

Color information

#9877D0 (or 0x9877D0) is unknown color: approx Medium Purple. HEX triplet: 98, 77 and D0. RGB value is (152,119,208). Sum of RGB (Red+Green+Blue) = 152+119+208=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #9877D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877D0 is #67882F. Grayscale: #8A8A8A. Windows color (decimal): -6785072 or 13662104. OLE color: 13662104.

HSL color Cylindrical-coordinate representation of color #9877D0: hue angle of 262.25º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9877D0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152119208-
CMYK0.270.4300.18
HSL262.25º48.63%64.12%-
HSV(B)262.25º42.79%81.57%-
XYZ30.9324.4262.76-
YUV139.01166.93137.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=31.73%
G=24.84%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521192080.270.4300.18262.2548.6364.12
Hex9877D01B2B0121063140
Octal230167320335302240661100
Binary10011000111011111010000110111010110100101000001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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