#9073E0

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

Shades of Medium Purple #9073E0

Tints of Medium Purple #9073E0

Color information

#9073E0 (or 0x9073E0) is unknown color: approx Medium Purple. HEX triplet: 90, 73 and E0. RGB value is (144,115,224). Sum of RGB (Red+Green+Blue) = 144+115+224=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #9073E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073E0 is #6F8C1F. Grayscale: #878787. Windows color (decimal): -7310368 or 14709648. OLE color: 14709648.

HSL color Cylindrical-coordinate representation of color #9073E0: hue angle of 255.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9073E0 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144115224-
CMYK0.360.4900.12
HSL255.96º63.74%66.47%-
HSV(B)255.96º48.66%87.84%-
XYZ31.0923.5773.43-
YUV136.1177.61133.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 115 (45.31% from 255) = 23.81%
BLUE value IS 224 (87.89% from 255) = 46.38%
R=29.81%
G=23.81%
B=46.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441152240.360.4900.12255.9663.7466.47
Hex9073E024310C1004042
Octal2201633404461014400100102
Binary100100001110011111000001001001100010110010000000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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