#9875DA

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

Shades of Medium Purple #9875DA

Tints of Medium Purple #9875DA

Color information

#9875DA (or 0x9875DA) is unknown color: approx Medium Purple. HEX triplet: 98, 75 and DA. RGB value is (152,117,218). Sum of RGB (Red+Green+Blue) = 152+117+218=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #9875DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875DA is #678A25. Grayscale: #8A8A8A. Windows color (decimal): -6785574 or 14316952. OLE color: 14316952.

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

Color convert

RGB152117218-
CMYK0.300.4600.15
HSL260.79º57.71%65.69%-
HSV(B)260.79º46.33%85.49%-
XYZ31.9724.4669.37-
YUV138.98172.6137.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 117 (46.09% from 255) = 24.02%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=31.21%
G=24.02%
B=44.76%

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
Decimal1521172180.300.4600.15260.7957.7165.69
Hex9875DA1E2E0F1053a42
Octal230165332365601740572102
Binary1001100011101011101101011110101110011111000001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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