#9875D8

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

Shades of Medium Purple #9875D8

Tints of Medium Purple #9875D8

Color information

#9875D8 (or 0x9875D8) is unknown color: approx Medium Purple. HEX triplet: 98, 75 and D8. RGB value is (152,117,216). Sum of RGB (Red+Green+Blue) = 152+117+216=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #9875D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875D8 is #678A27. Grayscale: #8A8A8A. Windows color (decimal): -6785576 or 14185880. OLE color: 14185880.

HSL color Cylindrical-coordinate representation of color #9875D8: hue angle of 261.21º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9875D8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152117216-
CMYK0.300.4600.15
HSL261.21º55.93%65.29%-
HSV(B)261.21º45.83%84.71%-
XYZ31.724.3668-
YUV138.75171.6137.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=31.34%
G=24.12%
B=44.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521172160.300.4600.15261.2155.9365.29
Hex9875D81E2E0F1053841
Octal230165330365601740570101
Binary1001100011101011101100011110101110011111000001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9875D8; }

 p { color: rgb(152,117,216); }

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

<style>
 a { background-color: #9875D8; }

 a { background-color: rgb(152,117,216); }

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

<style>
 span { border-color: #9875D8; }

 span { border-color: rgb(152,117,216); }

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