#9983E1

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

Shades of Medium Purple #9983E1

Tints of Medium Purple #9983E1

Color information

#9983E1 (or 0x9983E1) is unknown color: approx Medium Purple. HEX triplet: 99, 83 and E1. RGB value is (153,131,225). Sum of RGB (Red+Green+Blue) = 153+131+225=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #9983E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9983E1 is #667C1E. Grayscale: #939393. Windows color (decimal): -6716447 or 14779289. OLE color: 14779289.

HSL color Cylindrical-coordinate representation of color #9983E1: hue angle of 254.04º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9983E1 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153131225-
CMYK0.320.4200.12
HSL254.04º61.04%69.8%-
HSV(B)254.04º41.78%88.24%-
XYZ34.8428.4474.89-
YUV148.29171.29131.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=30.06%
G=25.74%
B=44.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531312250.320.4200.12254.0461.0469.8
Hex9983E1202A0Cfe3d46
Octal231203341405201437675106
Binary10011001100000111110000110000010101001100111111101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9983E1; }

 p { color: rgb(153,131,225); }

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

<style>
 a { background-color: #9983E1; }

 a { background-color: rgb(153,131,225); }

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

<style>
 span { border-color: #9983E1; }

 span { border-color: rgb(153,131,225); }

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