#9983F1

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

Shades of Medium Purple #9983F1

Tints of Medium Purple #9983F1

Color information

#9983F1 (or 0x9983F1) is unknown color: approx Medium Purple. HEX triplet: 99, 83 and F1. RGB value is (153,131,241). Sum of RGB (Red+Green+Blue) = 153+131+241=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #9983F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9983F1 is #667C0E. Grayscale: #959595. Windows color (decimal): -6716431 or 15827865. OLE color: 15827865.

HSL color Cylindrical-coordinate representation of color #9983F1: hue angle of 252º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9983F1 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153131241-
CMYK0.370.4600.05
HSL252º79.71%72.94%-
HSV(B)252º45.64%94.51%-
XYZ37.1329.3686.93-
YUV150.12179.29130.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=29.14%
G=24.95%
B=45.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531312410.370.4600.0525279.7172.94
Hex9983F1252E05fc5049
Octal231203361455605374120111
Binary10011001100000111111000110010110111001011111110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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