#9E6EDA

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

Shades of Medium Purple #9E6EDA

Tints of Medium Purple #9E6EDA

Color information

#9E6EDA (or 0x9E6EDA) is unknown color: approx Medium Purple. HEX triplet: 9E, 6E and DA. RGB value is (158,110,218). Sum of RGB (Red+Green+Blue) = 158+110+218=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EDA is #619125. Grayscale: #888888. Windows color (decimal): -6394150 or 14315166. OLE color: 14315166.

HSL color Cylindrical-coordinate representation of color #9E6EDA: hue angle of 266.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E6EDA is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158110218-
CMYK0.280.5000.15
HSL266.67º59.34%64.31%-
HSV(B)266.67º49.54%85.49%-
XYZ32.3323.4869.16-
YUV136.66173.9143.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 110 (43.36% from 255) = 22.63%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=32.51%
G=22.63%
B=44.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581102180.280.5000.15266.6759.3464.31
Hex9E6EDA1C320F10b3b40
Octal236156332346201741373100
Binary1001111011011101101101011100110010011111000010111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,218); }

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

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

 a { background-color: rgb(158,110,218); }

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

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

 span { border-color: rgb(158,110,218); }

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