#9877df

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

Shades of Medium Purple #9877DF

Tints of Medium Purple #9877DF

Color information

#9877DF (or 0x9877DF) is unknown color: approx Medium Purple. HEX triplet: 98, 77 and DF. RGB value is (152,119,223). Sum of RGB (Red+Green+Blue) = 152+119+223=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #9877DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DF is #678820. Grayscale: #8C8C8C. Windows color (decimal): -6785057 or 14645144. OLE color: 14645144.

HSL color Cylindrical-coordinate representation of color #9877DF: hue angle of 259.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9877DF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152119223-
CMYK0.320.4700.13
HSL259.04º61.9%67.06%-
HSV(B)259.04º46.64%87.45%-
XYZ32.8725.272.94-
YUV140.72174.43136.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 223 (87.5% from 255) = 45.14%
R=30.77%
G=24.09%
B=45.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521192230.320.4700.13259.0461.967.06
Hex9877DF202F0D1033e43
Octal230167337405701540376103
Binary10011000111011111011111100000101111011011000000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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