#9E7AF2

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

Shades of Medium Purple #9E7AF2

Tints of Medium Purple #9E7AF2

Color information

#9E7AF2 (or 0x9E7AF2) is unknown color: approx Medium Purple. HEX triplet: 9E, 7A and F2. RGB value is (158,122,242). Sum of RGB (Red+Green+Blue) = 158+122+242=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7AF2 is #61850D. Grayscale: #929292. Windows color (decimal): -6391054 or 15891102. OLE color: 15891102.

HSL color Cylindrical-coordinate representation of color #9E7AF2: hue angle of 258º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E7AF2 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158122242-
CMYK0.350.5000.05
HSL258º82.19%71.37%-
HSV(B)258º49.59%94.9%-
XYZ37.0927.687.38-
YUV146.44181.93136.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 242 (94.92% from 255) = 46.36%
R=30.27%
G=23.37%
B=46.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581222420.350.5000.0525882.1971.37
Hex9E7AF22332051025247
Octal236172362436205402122107
Binary10011110111101011110010100011110010010110000001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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