#9083DF

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

Shades of Medium Purple #9083DF

Tints of Medium Purple #9083DF

Color information

#9083DF (or 0x9083DF) is unknown color: approx Medium Purple. HEX triplet: 90, 83 and DF. RGB value is (144,131,223). Sum of RGB (Red+Green+Blue) = 144+131+223=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #9083DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083DF is #6F7C20. Grayscale: #919191. Windows color (decimal): -7306273 or 14648208. OLE color: 14648208.

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

Color convert

RGB144131223-
CMYK0.350.4100.13
HSL248.48º58.97%69.41%-
HSV(B)248.48º41.26%87.45%-
XYZ32.9427.4973.38-
YUV145.38171.81127.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.92%
GREEN value IS 131 (51.56% from 255) = 26.31%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=28.92%
G=26.31%
B=44.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441312230.350.4100.13248.4858.9769.41
Hex9083DF23290Df83b45
Octal220203337435101537073105
Binary10010000100000111101111110001110100101101111110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9083DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,131,223); }

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

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

 a { background-color: rgb(144,131,223); }

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

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

 span { border-color: rgb(144,131,223); }

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