#9883DA

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

Shades of Medium Purple #9883DA

Tints of Medium Purple #9883DA

Color information

#9883DA (or 0x9883DA) is unknown color: approx Medium Purple. HEX triplet: 98, 83 and DA. RGB value is (152,131,218). Sum of RGB (Red+Green+Blue) = 152+131+218=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #9883DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883DA is #677C25. Grayscale: #929292. Windows color (decimal): -6781990 or 14320536. OLE color: 14320536.

HSL color Cylindrical-coordinate representation of color #9883DA: hue angle of 254.48º 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 #9883DA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152131218-
CMYK0.300.4000.15
HSL254.48º54.04%68.43%-
HSV(B)254.48º39.91%85.49%-
XYZ33.7227.9769.95-
YUV147.2167.96131.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=30.34%
G=26.15%
B=43.51%

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
Decimal1521312180.300.4000.15254.4854.0468.43
Hex9883DA1E280Ffe3644
Octal230203332365001737666104
Binary1001100010000011110110101111010100001111111111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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