#9876F0

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

Shades of Medium Purple #9876F0

Tints of Medium Purple #9876F0

Color information

#9876F0 (or 0x9876F0) is unknown color: approx Medium Purple. HEX triplet: 98, 76 and F0. RGB value is (152,118,240). Sum of RGB (Red+Green+Blue) = 152+118+240=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #9876F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9876F0 is #67890F. Grayscale: #8D8D8D. Windows color (decimal): -6785296 or 15759000. OLE color: 15759000.

HSL color Cylindrical-coordinate representation of color #9876F0: hue angle of 256.72º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9876F0 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152118240-
CMYK0.370.5100.06
HSL256.72º80.26%70.2%-
HSV(B)256.72º50.83%94.12%-
XYZ35.1625.9285.59-
YUV142.07183.26135.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 240 (94.14% from 255) = 47.06%
R=29.80%
G=23.14%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521182400.370.5100.06256.7280.2670.2
Hex9876F02533061015046
Octal230166360456306401120106
Binary10011000111011011110000100101110011011010000000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9876F0; }

 p { color: rgb(152,118,240); }

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

<style>
 a { background-color: #9876F0; }

 a { background-color: rgb(152,118,240); }

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

<style>
 span { border-color: #9876F0; }

 span { border-color: rgb(152,118,240); }

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