#9e6de0

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

Shades of Medium Purple #9E6DE0

Tints of Medium Purple #9E6DE0

Color information

#9E6DE0 (or 0x9E6DE0) is unknown color: approx Medium Purple. HEX triplet: 9E, 6D and E0. RGB value is (158,109,224). Sum of RGB (Red+Green+Blue) = 158+109+224=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E6DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DE0 is #61921F. Grayscale: #888888. Windows color (decimal): -6394400 or 14708126. OLE color: 14708126.

HSL color Cylindrical-coordinate representation of color #9E6DE0: hue angle of 265.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E6DE0 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158109224-
CMYK0.290.5100.12
HSL265.57º64.97%65.29%-
HSV(B)265.57º51.34%87.84%-
XYZ33.0223.5973.33-
YUV136.76177.23143.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=32.18%
G=22.20%
B=45.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581092240.290.5100.12265.5764.9765.29
Hex9E6DE01D330C10a4141
Octal2361553403563014412101101
Binary10011110110110111100000111011100110110010000101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e6de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,224); }

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

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

 a { background-color: rgb(158,109,224); }

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

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

 span { border-color: rgb(158,109,224); }

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