#9e68e8

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

Shades of Medium Purple #9E68E8

Tints of Medium Purple #9E68E8

Color information

#9E68E8 (or 0x9E68E8) is unknown color: approx Medium Purple. HEX triplet: 9E, 68 and E8. RGB value is (158,104,232). Sum of RGB (Red+Green+Blue) = 158+104+232=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E68E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E68E8 is #619717. Grayscale: #868686. Windows color (decimal): -6395672 or 15231134. OLE color: 15231134.

HSL color Cylindrical-coordinate representation of color #9E68E8: hue angle of 265.31º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E68E8 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB158104232-
CMYK0.320.5500.09
HSL265.31º73.56%65.88%-
HSV(B)265.31º55.17%90.98%-
XYZ33.622379.01-
YUV134.74182.89144.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.98%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 232 (91.02% from 255) = 46.96%
R=31.98%
G=21.05%
B=46.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1581042320.320.5500.09265.3173.5665.88
Hex9E68E82037091094a42
Octal2361503504067011411112102
Binary100111101101000111010001000001101110100110000100110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e68e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,104,232); }

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

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

 a { background-color: rgb(158,104,232); }

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

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

 span { border-color: rgb(158,104,232); }

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