#9875D0

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

Shades of Medium Purple #9875D0

Tints of Medium Purple #9875D0

Color information

#9875D0 (or 0x9875D0) is unknown color: approx Medium Purple. HEX triplet: 98, 75 and D0. RGB value is (152,117,208). Sum of RGB (Red+Green+Blue) = 152+117+208=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #9875D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875D0 is #678A2F. Grayscale: #898989. Windows color (decimal): -6785584 or 13661592. OLE color: 13661592.

HSL color Cylindrical-coordinate representation of color #9875D0: hue angle of 263.08º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9875D0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152117208-
CMYK0.270.4400.18
HSL263.08º49.19%63.73%-
HSV(B)263.08º43.75%81.57%-
XYZ30.723.9562.68-
YUV137.84167.6138.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.87%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=31.87%
G=24.53%
B=43.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521172080.270.4400.18263.0849.1963.73
Hex9875D01B2C0121073140
Octal230165320335402240761100
Binary10011000111010111010000110111011000100101000001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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