#9063F0

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

Shades of Medium Purple #9063F0

Tints of Medium Purple #9063F0

Color information

#9063F0 (or 0x9063F0) is unknown color: approx Medium Purple. HEX triplet: 90, 63 and F0. RGB value is (144,99,240). Sum of RGB (Red+Green+Blue) = 144+99+240=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #9063F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063F0 is #6F9C0F. Grayscale: #808080. Windows color (decimal): -7314448 or 15754128. OLE color: 15754128.

HSL color Cylindrical-coordinate representation of color #9063F0: hue angle of 259.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9063F0 is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14499240-
CMYK0.40.5900.06
HSL259.15º82.46%66.47%-
HSV(B)259.15º58.75%94.12%-
XYZ31.6921.1484.85-
YUV128.53190.91139.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 240 (94.14% from 255) = 49.69%
R=29.81%
G=20.50%
B=49.69%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal144992400.40.5900.06259.1582.4666.47
Hex9063F0283B061035242
Octal220143360507306403122102
Binary10010000110001111110000101000111011011010000001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9063F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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