#9884DF

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

Shades of Medium Purple #9884DF

Tints of Medium Purple #9884DF

Color information

#9884DF (or 0x9884DF) is unknown color: approx Medium Purple. HEX triplet: 98, 84 and DF. RGB value is (152,132,223). Sum of RGB (Red+Green+Blue) = 152+132+223=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9884DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9884DF is #677B20. Grayscale: #949494. Windows color (decimal): -6781729 or 14648472. OLE color: 14648472.

HSL color Cylindrical-coordinate representation of color #9884DF: hue angle of 253.19º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9884DF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152132223-
CMYK0.320.4100.13
HSL253.19º58.71%69.61%-
HSV(B)253.19º40.81%87.45%-
XYZ34.5228.5173.49-
YUV148.35170.13130.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=29.98%
G=26.04%
B=43.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521322230.320.4100.13253.1958.7169.61
Hex9884DF20290Dfd3b46
Octal230204337405101537573106
Binary10011000100001001101111110000010100101101111111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9884DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9884DF; }

 p { color: rgb(152,132,223); }

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

<style>
 a { background-color: #9884DF; }

 a { background-color: rgb(152,132,223); }

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

<style>
 span { border-color: #9884DF; }

 span { border-color: rgb(152,132,223); }

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