#9080D5

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

Shades of Medium Purple #9080D5

Tints of Medium Purple #9080D5

Color information

#9080D5 (or 0x9080D5) is unknown color: approx Medium Purple. HEX triplet: 90, 80 and D5. RGB value is (144,128,213). Sum of RGB (Red+Green+Blue) = 144+128+213=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #9080D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080D5 is #6F7F2A. Grayscale: #8E8E8E. Windows color (decimal): -7307051 or 13992080. OLE color: 13992080.

HSL color Cylindrical-coordinate representation of color #9080D5: hue angle of 251.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9080D5 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144128213-
CMYK0.320.4000.16
HSL251.29º50.3%66.86%-
HSV(B)251.29º39.91%83.53%-
XYZ31.2326.1766.36-
YUV142.47167.8129.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.69%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=29.69%
G=26.39%
B=43.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441282130.320.4000.16251.2950.366.86
Hex9080D52028010fb3243
Octal220200325405002037362103
Binary100100001000000011010101100000101000010000111110111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9080D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9080D5; }

 p { color: rgb(144,128,213); }

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

<style>
 a { background-color: #9080D5; }

 a { background-color: rgb(144,128,213); }

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

<style>
 span { border-color: #9080D5; }

 span { border-color: rgb(144,128,213); }

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