#9e70ea

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

Shades of Medium Purple #9E70EA

Tints of Medium Purple #9E70EA

Color information

#9E70EA (or 0x9E70EA) is unknown color: approx Medium Purple. HEX triplet: 9E, 70 and EA. RGB value is (158,112,234). Sum of RGB (Red+Green+Blue) = 158+112+234=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E70EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E70EA is #618F15. Grayscale: #8B8B8B. Windows color (decimal): -6393622 or 15364254. OLE color: 15364254.

HSL color Cylindrical-coordinate representation of color #9E70EA: hue angle of 262.62º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E70EA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158112234-
CMYK0.320.5200.08
HSL262.62º74.39%67.84%-
HSV(B)262.62º52.14%91.76%-
XYZ34.7524.880.8-
YUV139.66181.24141.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=31.35%
G=22.22%
B=46.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581122340.320.5200.08262.6274.3967.84
Hex9E70EA2034081074a44
Octal2361603524064010407112104
Binary100111101110000111010101000001101000100010000011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e70ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,234); }

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

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

 a { background-color: rgb(158,112,234); }

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

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

 span { border-color: rgb(158,112,234); }

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