#9E7DEE

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

Shades of Medium Purple #9E7DEE

Tints of Medium Purple #9E7DEE

Color information

#9E7DEE (or 0x9E7DEE) is unknown color: approx Medium Purple. HEX triplet: 9E, 7D and EE. RGB value is (158,125,238). Sum of RGB (Red+Green+Blue) = 158+125+238=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E7DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7DEE is #618211. Grayscale: #939393. Windows color (decimal): -6390290 or 15629726. OLE color: 15629726.

HSL color Cylindrical-coordinate representation of color #9E7DEE: hue angle of 257.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E7DEE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158125238-
CMYK0.340.4700.07
HSL257.52º76.87%71.18%-
HSV(B)257.52º47.48%93.33%-
XYZ36.8728.1184.37-
YUV147.75178.93135.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=30.33%
G=23.99%
B=45.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581252380.340.4700.07257.5276.8771.18
Hex9E7DEE222F071024d47
Octal236175356425707402115107
Binary10011110111110111101110100010101111011110000001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,125,238); }

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

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

 a { background-color: rgb(158,125,238); }

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

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

 span { border-color: rgb(158,125,238); }

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