#9080DD

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

Shades of Medium Purple #9080DD

Tints of Medium Purple #9080DD

Color information

#9080DD (or 0x9080DD) is unknown color: approx Medium Purple. HEX triplet: 90, 80 and DD. RGB value is (144,128,221). Sum of RGB (Red+Green+Blue) = 144+128+221=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9080DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080DD is #6F7F22. Grayscale: #8F8F8F. Windows color (decimal): -7307043 or 14516368. OLE color: 14516368.

HSL color Cylindrical-coordinate representation of color #9080DD: hue angle of 250.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9080DD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144128221-
CMYK0.350.4200.13
HSL250.32º57.76%68.43%-
HSV(B)250.32º42.08%86.67%-
XYZ32.2726.5971.84-
YUV143.39171.8128.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=29.21%
G=25.96%
B=44.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441282210.350.4200.13250.3257.7668.43
Hex9080DD232A0Dfa3a44
Octal220200335435201537272104
Binary10010000100000001101110110001110101001101111110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9080DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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