#9070EC

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

Shades of Medium Purple #9070EC

Tints of Medium Purple #9070EC

Color information

#9070EC (or 0x9070EC) is unknown color: approx Medium Purple. HEX triplet: 90, 70 and EC. RGB value is (144,112,236). Sum of RGB (Red+Green+Blue) = 144+112+236=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #9070EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9070EC is #6F8F13. Grayscale: #878787. Windows color (decimal): -7311124 or 15495312. OLE color: 15495312.

HSL color Cylindrical-coordinate representation of color #9070EC: hue angle of 255.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9070EC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144112236-
CMYK0.390.5300.07
HSL255.48º76.54%68.24%-
HSV(B)255.48º52.54%92.55%-
XYZ32.4423.5782.2-
YUV135.7184.6133.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 112 (44.14% from 255) = 22.76%
BLUE value IS 236 (92.58% from 255) = 47.97%
R=29.27%
G=22.76%
B=47.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441122360.390.5300.07255.4876.5468.24
Hex9070EC273507ff4d44
Octal220160354476507377115104
Binary1001000011100001110110010011111010101111111111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9070EC; }

 p { color: rgb(144,112,236); }

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

<style>
 a { background-color: #9070EC; }

 a { background-color: rgb(144,112,236); }

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

<style>
 span { border-color: #9070EC; }

 span { border-color: rgb(144,112,236); }

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