#9073E8

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

Shades of Medium Purple #9073E8

Tints of Medium Purple #9073E8

Color information

#9073E8 (or 0x9073E8) is unknown color: approx Medium Purple. HEX triplet: 90, 73 and E8. RGB value is (144,115,232). Sum of RGB (Red+Green+Blue) = 144+115+232=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #9073E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9073E8 is #6F8C17. Grayscale: #888888. Windows color (decimal): -7310360 or 15233936. OLE color: 15233936.

HSL color Cylindrical-coordinate representation of color #9073E8: hue angle of 254.87º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9073E8 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144115232-
CMYK0.380.5000.09
HSL254.87º71.78%68.04%-
HSV(B)254.87º50.43%90.98%-
XYZ32.224.0279.28-
YUV137.01181.61132.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 232 (91.02% from 255) = 47.25%
R=29.33%
G=23.42%
B=47.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441152320.380.5000.09254.8771.7868.04
Hex9073E8263209ff4844
Octal2201633504662011377110104
Binary10010000111001111101000100110110010010011111111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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