#9e7ae8

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

Shades of Medium Purple #9E7AE8

Tints of Medium Purple #9E7AE8

Color information

#9E7AE8 (or 0x9E7AE8) is unknown color: approx Medium Purple. HEX triplet: 9E, 7A and E8. RGB value is (158,122,232). Sum of RGB (Red+Green+Blue) = 158+122+232=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #9E7AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AE8 is #618517. Grayscale: #909090. Windows color (decimal): -6391064 or 15235742. OLE color: 15235742.

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

Color convert

RGB158122232-
CMYK0.320.4700.09
HSL259.64º70.51%69.41%-
HSV(B)259.64º47.41%90.98%-
XYZ35.6327.0179.68-
YUV145.3176.93137.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 232 (91.02% from 255) = 45.31%
R=30.86%
G=23.83%
B=45.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1581222320.320.4700.09259.6470.5169.41
Hex9E7AE8202F091044745
Octal2361723504057011404107105
Binary100111101111010111010001000001011110100110000010010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e7ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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