#9883D8

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

Shades of Medium Purple #9883D8

Tints of Medium Purple #9883D8

Color information

#9883D8 (or 0x9883D8) is unknown color: approx Medium Purple. HEX triplet: 98, 83 and D8. RGB value is (152,131,216). Sum of RGB (Red+Green+Blue) = 152+131+216=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #9883D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883D8 is #677C27. Grayscale: #929292. Windows color (decimal): -6781992 or 14189464. OLE color: 14189464.

HSL color Cylindrical-coordinate representation of color #9883D8: hue angle of 254.82º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9883D8 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152131216-
CMYK0.300.3900.15
HSL254.82º52.15%68.04%-
HSV(B)254.82º39.35%84.71%-
XYZ33.4627.8768.58-
YUV146.97166.96131.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=30.46%
G=26.25%
B=43.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521312160.300.3900.15254.8252.1568.04
Hex9883D81E270Fff3444
Octal230203330364701737764104
Binary1001100010000011110110001111010011101111111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9883D8; }

 p { color: rgb(152,131,216); }

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

<style>
 a { background-color: #9883D8; }

 a { background-color: rgb(152,131,216); }

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

<style>
 span { border-color: #9883D8; }

 span { border-color: rgb(152,131,216); }

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