#9063DE

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

Shades of Medium Purple #9063DE

Tints of Medium Purple #9063DE

Color information

#9063DE (or 0x9063DE) is unknown color: approx Medium Purple. HEX triplet: 90, 63 and DE. RGB value is (144,99,222). Sum of RGB (Red+Green+Blue) = 144+99+222=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #9063DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063DE is #6F9C21. Grayscale: #7E7E7E. Windows color (decimal): -7314466 or 14574480. OLE color: 14574480.

HSL color Cylindrical-coordinate representation of color #9063DE: hue angle of 261.95º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9063DE is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14499222-
CMYK0.350.5500.13
HSL261.95º65.08%62.94%-
HSV(B)261.95º55.41%87.06%-
XYZ29.1520.1371.46-
YUV126.48181.91140.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=30.97%
G=21.29%
B=47.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144992220.350.5500.13261.9565.0862.94
Hex9063DE23370D106413f
Octal220143336436701540610177
Binary10010000110001111011110100011110111011011000001101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9063DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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