#9E7ADD

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

Shades of Medium Purple #9E7ADD

Tints of Medium Purple #9E7ADD

Color information

#9E7ADD (or 0x9E7ADD) is unknown color: approx Medium Purple. HEX triplet: 9E, 7A and DD. RGB value is (158,122,221). Sum of RGB (Red+Green+Blue) = 158+122+221=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ADD is #618522. Grayscale: #8F8F8F. Windows color (decimal): -6391075 or 14514846. OLE color: 14514846.

HSL color Cylindrical-coordinate representation of color #9E7ADD: hue angle of 261.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E7ADD is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158122221-
CMYK0.290.4500.13
HSL261.82º59.28%67.25%-
HSV(B)261.82º44.8%86.67%-
XYZ34.1126.4171.71-
YUV144.05171.43137.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=31.54%
G=24.35%
B=44.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581222210.290.4500.13261.8259.2867.25
Hex9E7ADD1D2D0D1063b43
Octal236172335355501540673103
Binary1001111011110101101110111101101101011011000001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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