#9882F0

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

Shades of Medium Purple #9882F0

Tints of Medium Purple #9882F0

Color information

#9882F0 (or 0x9882F0) is unknown color: approx Medium Purple. HEX triplet: 98, 82 and F0. RGB value is (152,130,240). Sum of RGB (Red+Green+Blue) = 152+130+240=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #9882F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9882F0 is #677D0F. Grayscale: #949494. Windows color (decimal): -6782224 or 15762072. OLE color: 15762072.

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

Color convert

RGB152130240-
CMYK0.370.4600.06
HSL252º78.57%72.55%-
HSV(B)252º45.83%94.12%-
XYZ36.6628.9386.09-
YUV149.12179.29130.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.12%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 240 (94.14% from 255) = 45.98%
R=29.12%
G=24.90%
B=45.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1521302400.370.4600.0625278.5772.55
Hex9882F0252E06fc4f49
Octal230202360455606374117111
Binary10011000100000101111000010010110111001101111110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9882F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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