#9876DD

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

Shades of Medium Purple #9876DD

Tints of Medium Purple #9876DD

Color information

#9876DD (or 0x9876DD) is unknown color: approx Medium Purple. HEX triplet: 98, 76 and DD. RGB value is (152,118,221). Sum of RGB (Red+Green+Blue) = 152+118+221=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9876DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876DD is #678922. Grayscale: #8B8B8B. Windows color (decimal): -6785315 or 14513816. OLE color: 14513816.

HSL color Cylindrical-coordinate representation of color #9876DD: hue angle of 259.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9876DD is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152118221-
CMYK0.310.4700.13
HSL259.81º60.23%66.47%-
HSV(B)259.81º46.61%86.67%-
XYZ32.4824.8571.49-
YUV139.91173.76136.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=30.96%
G=24.03%
B=45.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521182210.310.4700.13259.8160.2366.47
Hex9876DD1F2F0D1043c42
Octal230166335375701540474102
Binary1001100011101101101110111111101111011011000001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9876DD; }

 p { color: rgb(152,118,221); }

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

<style>
 a { background-color: #9876DD; }

 a { background-color: rgb(152,118,221); }

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

<style>
 span { border-color: #9876DD; }

 span { border-color: rgb(152,118,221); }

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