#9063E9

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

Shades of Medium Purple #9063E9

Tints of Medium Purple #9063E9

Color information

#9063E9 (or 0x9063E9) is unknown color: approx Medium Purple. HEX triplet: 90, 63 and E9. RGB value is (144,99,233). Sum of RGB (Red+Green+Blue) = 144+99+233=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #9063E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063E9 is #6F9C16. Grayscale: #7F7F7F. Windows color (decimal): -7314455 or 15295376. OLE color: 15295376.

HSL color Cylindrical-coordinate representation of color #9063E9: hue angle of 260.15º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9063E9 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14499233-
CMYK0.380.5800.09
HSL260.15º75.28%65.1%-
HSV(B)260.15º57.51%91.37%-
XYZ30.6720.7479.48-
YUV127.73187.41139.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.25%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 233 (91.41% from 255) = 48.95%
R=30.25%
G=20.80%
B=48.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal144992330.380.5800.09260.1575.2865.1
Hex9063E9263A091044b41
Octal2201433514672011404113101
Binary100100001100011111010011001101110100100110000010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9063E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9063E9; }

 p { color: rgb(144,99,233); }

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

<style>
 a { background-color: #9063E9; }

 a { background-color: rgb(144,99,233); }

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

<style>
 span { border-color: #9063E9; }

 span { border-color: rgb(144,99,233); }

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