#9076DE

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

Shades of Medium Purple #9076DE

Tints of Medium Purple #9076DE

Color information

#9076DE (or 0x9076DE) is unknown color: approx Medium Purple. HEX triplet: 90, 76 and DE. RGB value is (144,118,222). Sum of RGB (Red+Green+Blue) = 144+118+222=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #9076DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9076DE is #6F8921. Grayscale: #898989. Windows color (decimal): -7309602 or 14579344. OLE color: 14579344.

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

Color convert

RGB144118222-
CMYK0.350.4700.13
HSL255º61.18%66.67%-
HSV(B)255º46.85%87.06%-
XYZ31.1624.1672.13-
YUV137.63175.61132.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.75%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=29.75%
G=24.38%
B=45.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441182220.350.4700.1325561.1866.67
Hex9076DE232F0Dff3d43
Octal220166336435701537775103
Binary1001000011101101101111010001110111101101111111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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