#9073E4

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

Shades of Medium Purple #9073E4

Tints of Medium Purple #9073E4

Color information

#9073E4 (or 0x9073E4) is unknown color: approx Medium Purple. HEX triplet: 90, 73 and E4. RGB value is (144,115,228). Sum of RGB (Red+Green+Blue) = 144+115+228=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #9073E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073E4 is #6F8C1B. Grayscale: #888888. Windows color (decimal): -7310364 or 14971792. OLE color: 14971792.

HSL color Cylindrical-coordinate representation of color #9073E4: hue angle of 255.4º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9073E4 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB144115228-
CMYK0.370.5000.11
HSL255.4º67.66%67.25%-
HSV(B)255.4º49.56%89.41%-
XYZ31.6423.7976.32-
YUV136.55179.61133.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 115 (45.31% from 255) = 23.61%
BLUE value IS 228 (89.45% from 255) = 46.82%
R=29.57%
G=23.61%
B=46.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1441152280.370.5000.11255.467.6667.25
Hex9073E425320Bff4443
Octal2201633444562013377104103
Binary10010000111001111100100100101110010010111111111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9073E4; }

 p { color: rgb(144,115,228); }

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

<style>
 a { background-color: #9073E4; }

 a { background-color: rgb(144,115,228); }

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

<style>
 span { border-color: #9073E4; }

 span { border-color: rgb(144,115,228); }

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