#9879D0

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

Shades of Medium Purple #9879D0

Tints of Medium Purple #9879D0

Color information

#9879D0 (or 0x9879D0) is unknown color: approx Medium Purple. HEX triplet: 98, 79 and D0. RGB value is (152,121,208). Sum of RGB (Red+Green+Blue) = 152+121+208=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #9879D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9879D0 is #67862F. Grayscale: #8B8B8B. Windows color (decimal): -6784560 or 13662616. OLE color: 13662616.

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

Color convert

RGB152121208-
CMYK0.270.4200.18
HSL261.38º48.07%64.51%-
HSV(B)261.38º41.83%81.57%-
XYZ31.1724.962.84-
YUV140.19166.27136.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=31.60%
G=25.16%
B=43.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521212080.270.4200.18261.3848.0764.51
Hex9879D01B2A0121053041
Octal230171320335202240560101
Binary10011000111100111010000110111010100100101000001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9879D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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