#9072EA

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

Shades of Medium Purple #9072EA

Tints of Medium Purple #9072EA

Color information

#9072EA (or 0x9072EA) is unknown color: approx Medium Purple. HEX triplet: 90, 72 and EA. RGB value is (144,114,234). Sum of RGB (Red+Green+Blue) = 144+114+234=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #9072EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9072EA is #6F8D15. Grayscale: #888888. Windows color (decimal): -7310614 or 15364752. OLE color: 15364752.

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

Color convert

RGB144114234-
CMYK0.380.5100.08
HSL255º74.07%68.24%-
HSV(B)255º51.28%91.76%-
XYZ32.3723.980.75-
YUV136.65182.94133.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=29.27%
G=23.17%
B=47.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441142340.380.5100.0825574.0768.24
Hex9072EA263308ff4a44
Octal2201623524663010377112104
Binary10010000111001011101010100110110011010001111111110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9072EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9072EA; }

 p { color: rgb(144,114,234); }

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

<style>
 a { background-color: #9072EA; }

 a { background-color: rgb(144,114,234); }

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

<style>
 span { border-color: #9072EA; }

 span { border-color: rgb(144,114,234); }

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