#9076E4

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

Shades of Medium Purple #9076E4

Tints of Medium Purple #9076E4

Color information

#9076E4 (or 0x9076E4) is unknown color: approx Medium Purple. HEX triplet: 90, 76 and E4. RGB value is (144,118,228). Sum of RGB (Red+Green+Blue) = 144+118+228=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #9076E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076E4 is #6F891B. Grayscale: #898989. Windows color (decimal): -7309596 or 14972560. OLE color: 14972560.

HSL color Cylindrical-coordinate representation of color #9076E4: hue angle of 254.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9076E4 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB144118228-
CMYK0.370.4800.11
HSL254.18º67.07%67.84%-
HSV(B)254.18º48.25%89.41%-
XYZ31.9824.4976.44-
YUV138.31178.61132.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 228 (89.45% from 255) = 46.53%
R=29.39%
G=24.08%
B=46.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1441182280.370.4800.11254.1867.0767.84
Hex9076E425300Bfe4344
Octal2201663444560013376103104
Binary10010000111011011100100100101110000010111111111010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9076E4; }

 p { color: rgb(144,118,228); }

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

<style>
 a { background-color: #9076E4; }

 a { background-color: rgb(144,118,228); }

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

<style>
 span { border-color: #9076E4; }

 span { border-color: rgb(144,118,228); }

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