#9063EA

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

Shades of Medium Purple #9063EA

Tints of Medium Purple #9063EA

Color information

#9063EA (or 0x9063EA) is unknown color: approx Medium Purple. HEX triplet: 90, 63 and EA. RGB value is (144,99,234). Sum of RGB (Red+Green+Blue) = 144+99+234=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #9063EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063EA is #6F9C15. Grayscale: #7F7F7F. Windows color (decimal): -7314454 or 15360912. OLE color: 15360912.

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

Color convert

RGB14499234-
CMYK0.380.5800.08
HSL260º76.27%65.29%-
HSV(B)260º57.69%91.76%-
XYZ30.8120.7980.23-
YUV127.84187.91139.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.19%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=30.19%
G=20.75%
B=49.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144992340.380.5800.0826076.2765.29
Hex9063EA263A081044c41
Octal2201433524672010404114101
Binary100100001100011111010101001101110100100010000010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9063EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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