#9076E8

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

Shades of Medium Purple #9076E8

Tints of Medium Purple #9076E8

Color information

#9076E8 (or 0x9076E8) is unknown color: approx Medium Purple. HEX triplet: 90, 76 and E8. RGB value is (144,118,232). Sum of RGB (Red+Green+Blue) = 144+118+232=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #9076E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076E8 is #6F8917. Grayscale: #8A8A8A. Windows color (decimal): -7309592 or 15234704. OLE color: 15234704.

HSL color Cylindrical-coordinate representation of color #9076E8: hue angle of 253.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9076E8 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB144118232-
CMYK0.380.4900.09
HSL253.68º71.25%68.63%-
HSV(B)253.68º49.14%90.98%-
XYZ32.5524.7179.4-
YUV138.77180.61131.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.15%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 232 (91.02% from 255) = 46.96%
R=29.15%
G=23.89%
B=46.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1441182320.380.4900.09253.6871.2568.63
Hex9076E8263109fe4745
Octal2201663504661011376107105
Binary10010000111011011101000100110110001010011111111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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