#9882DA

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

Shades of Medium Purple #9882DA

Tints of Medium Purple #9882DA

Color information

#9882DA (or 0x9882DA) is unknown color: approx Medium Purple. HEX triplet: 98, 82 and DA. RGB value is (152,130,218). Sum of RGB (Red+Green+Blue) = 152+130+218=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9882DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9882DA is #677D25. Grayscale: #929292. Windows color (decimal): -6782246 or 14320280. OLE color: 14320280.

HSL color Cylindrical-coordinate representation of color #9882DA: hue angle of 255º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9882DA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152130218-
CMYK0.300.4000.15
HSL255º54.32%68.24%-
HSV(B)255º40.37%85.49%-
XYZ33.5927.769.91-
YUV146.61168.29131.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.4%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=30.4%
G=26%
B=43.6%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521302180.300.4000.1525554.3268.24
Hex9882DA1E280Fff3644
Octal230202332365001737766104
Binary1001100010000010110110101111010100001111111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9882DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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