#9056E2

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

Shades of Medium Purple #9056E2

Tints of Medium Purple #9056E2

Color information

#9056E2 (or 0x9056E2) is unknown color: approx Medium Purple. HEX triplet: 90, 56 and E2. RGB value is (144,86,226). Sum of RGB (Red+Green+Blue) = 144+86+226=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 226 (88.67% from 255 or 49.56% from 456); Max value from RGB is 226 - color contains mainly: blue. Hex color #9056E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056E2 is #6FA91D. Grayscale: #767676. Windows color (decimal): -7317790 or 14833296. OLE color: 14833296.

HSL color Cylindrical-coordinate representation of color #9056E2: hue angle of 264.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9056E2 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14486226-
CMYK0.360.6200.11
HSL264.86º70.71%61.18%-
HSV(B)264.86º61.95%88.63%-
XYZ28.5618.0873.94-
YUV119.3188.22145.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 226 (88.67% from 255) = 49.56%
R=31.58%
G=18.86%
B=49.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal144862260.360.6200.11264.8670.7161.18
Hex9056E2243E0B109473d
Octal220126342447601341110775
Binary10010000101011011100010100100111110010111000010011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9056E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9056E2; }

 p { color: rgb(144,86,226); }

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

<style>
 a { background-color: #9056E2; }

 a { background-color: rgb(144,86,226); }

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

<style>
 span { border-color: #9056E2; }

 span { border-color: rgb(144,86,226); }

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