#9875E4

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

Shades of Medium Purple #9875E4

Tints of Medium Purple #9875E4

Color information

#9875E4 (or 0x9875E4) is unknown color: approx Medium Purple. HEX triplet: 98, 75 and E4. RGB value is (152,117,228). Sum of RGB (Red+Green+Blue) = 152+117+228=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #9875E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875E4 is #678A1B. Grayscale: #8B8B8B. Windows color (decimal): -6785564 or 14972312. OLE color: 14972312.

HSL color Cylindrical-coordinate representation of color #9875E4: hue angle of 258.92º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9875E4 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB152117228-
CMYK0.330.4900.11
HSL258.92º67.27%67.65%-
HSV(B)258.92º48.68%89.41%-
XYZ33.312576.47-
YUV140.12177.6136.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.58%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 228 (89.45% from 255) = 45.88%
R=30.58%
G=23.54%
B=45.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1521172280.330.4900.11258.9267.2767.65
Hex9875E421310B1034344
Octal2301653444161013403103104
Binary100110001110101111001001000011100010101110000001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9875E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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