#9877DE

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

Shades of Medium Purple #9877DE

Tints of Medium Purple #9877DE

Color information

#9877DE (or 0x9877DE) is unknown color: approx Medium Purple. HEX triplet: 98, 77 and DE. RGB value is (152,119,222). Sum of RGB (Red+Green+Blue) = 152+119+222=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #9877DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877DE is #678821. Grayscale: #8C8C8C. Windows color (decimal): -6785058 or 14579608. OLE color: 14579608.

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

Color convert

RGB152119222-
CMYK0.320.4600.13
HSL259.22º60.95%66.86%-
HSV(B)259.22º46.4%87.06%-
XYZ32.7325.1472.24-
YUV140.61173.93136.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=30.83%
G=24.14%
B=45.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521192220.320.4600.13259.2260.9566.86
Hex9877DE202E0D1033d43
Octal230167336405601540375103
Binary10011000111011111011110100000101110011011000000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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