#9076E0

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

Shades of Medium Purple #9076E0

Tints of Medium Purple #9076E0

Color information

#9076E0 (or 0x9076E0) is unknown color: approx Medium Purple. HEX triplet: 90, 76 and E0. RGB value is (144,118,224). Sum of RGB (Red+Green+Blue) = 144+118+224=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #9076E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076E0 is #6F891F. Grayscale: #898989. Windows color (decimal): -7309600 or 14710416. OLE color: 14710416.

HSL color Cylindrical-coordinate representation of color #9076E0: hue angle of 254.72º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9076E0 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144118224-
CMYK0.360.4700.12
HSL254.72º63.1%67.06%-
HSV(B)254.72º47.32%87.84%-
XYZ31.4324.2773.55-
YUV137.86176.61132.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.63%
GREEN value IS 118 (46.48% from 255) = 24.28%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=29.63%
G=24.28%
B=46.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441182240.360.4700.12254.7263.167.06
Hex9076E0242F0Cff3f43
Octal220166340445701437777103
Binary1001000011101101110000010010010111101100111111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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