#9E81EB

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

Shades of Medium Purple #9E81EB

Tints of Medium Purple #9E81EB

Color information

#9E81EB (or 0x9E81EB) is unknown color: approx Medium Purple. HEX triplet: 9E, 81 and EB. RGB value is (158,129,235). Sum of RGB (Red+Green+Blue) = 158+129+235=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E81EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E81EB is #617E14. Grayscale: #959595. Windows color (decimal): -6389269 or 15434142. OLE color: 15434142.

HSL color Cylindrical-coordinate representation of color #9E81EB: hue angle of 256.42º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E81EB is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158129235-
CMYK0.330.4500.08
HSL256.42º72.6%71.37%-
HSV(B)256.42º45.11%92.16%-
XYZ36.9528.9782.24-
YUV149.76176.11133.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=30.27%
G=24.71%
B=45.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581292350.330.4500.08256.4272.671.37
Hex9E81EB212D081004947
Octal2362013534155010400111107
Binary1001111010000001111010111000011011010100010000000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,235); }

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

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

 a { background-color: rgb(158,129,235); }

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

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

 span { border-color: rgb(158,129,235); }

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