#9871DC

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

Shades of Medium Purple #9871DC

Tints of Medium Purple #9871DC

Color information

#9871DC (or 0x9871DC) is unknown color: approx Medium Purple. HEX triplet: 98, 71 and DC. RGB value is (152,113,220). Sum of RGB (Red+Green+Blue) = 152+113+220=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9871DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871DC is #678E23. Grayscale: #888888. Windows color (decimal): -6786596 or 14447000. OLE color: 14447000.

HSL color Cylindrical-coordinate representation of color #9871DC: hue angle of 261.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9871DC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152113220-
CMYK0.310.4900.14
HSL261.87º60.45%65.29%-
HSV(B)261.87º48.64%86.27%-
XYZ31.7723.6570.6-
YUV136.86174.92138.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 220 (86.33% from 255) = 45.36%
R=31.34%
G=23.30%
B=45.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521132200.310.4900.14261.8760.4565.29
Hex9871DC1F310E1063c41
Octal230161334376101640674101
Binary1001100011100011101110011111110001011101000001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9871DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9871DC; }

 p { color: rgb(152,113,220); }

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

<style>
 a { background-color: #9871DC; }

 a { background-color: rgb(152,113,220); }

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

<style>
 span { border-color: #9871DC; }

 span { border-color: rgb(152,113,220); }

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