#9E80DD

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

Shades of Medium Purple #9E80DD

Tints of Medium Purple #9E80DD

Color information

#9E80DD (or 0x9E80DD) is unknown color: approx Medium Purple. HEX triplet: 9E, 80 and DD. RGB value is (158,128,221). Sum of RGB (Red+Green+Blue) = 158+128+221=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80DD is #617F22. Grayscale: #939393. Windows color (decimal): -6389539 or 14516382. OLE color: 14516382.

HSL color Cylindrical-coordinate representation of color #9E80DD: hue angle of 259.35º 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 #9E80DD is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158128221-
CMYK0.290.4200.13
HSL259.35º57.76%68.43%-
HSV(B)259.35º42.08%86.67%-
XYZ34.8727.9371.96-
YUV147.57169.44135.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=31.16%
G=25.25%
B=43.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581282210.290.4200.13259.3557.7668.43
Hex9E80DD1D2A0D1033a44
Octal236200335355201540372104
Binary10011110100000001101110111101101010011011000000111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E80DD; }

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

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

<style>
 a { background-color: #9E80DD; }

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

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

<style>
 span { border-color: #9E80DD; }

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

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