#9077D3

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

Shades of Medium Purple #9077D3

Tints of Medium Purple #9077D3

Color information

#9077D3 (or 0x9077D3) is unknown color: approx Medium Purple. HEX triplet: 90, 77 and D3. RGB value is (144,119,211). Sum of RGB (Red+Green+Blue) = 144+119+211=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #9077D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077D3 is #6F882C. Grayscale: #888888. Windows color (decimal): -7309357 or 13858704. OLE color: 13858704.

HSL color Cylindrical-coordinate representation of color #9077D3: hue angle of 256.3º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9077D3 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB144119211-
CMYK0.320.4400.17
HSL256.3º51.11%64.71%-
HSV(B)256.3º43.6%82.75%-
XYZ29.8623.8364.65-
YUV136.96169.78133.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 211 (82.81% from 255) = 44.51%
R=30.38%
G=25.11%
B=44.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1441192110.320.4400.17256.351.1164.71
Hex9077D3202C0111003341
Octal220167323405402140063101
Binary100100001110111110100111000001011000100011000000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077D3; }

 p { color: rgb(144,119,211); }

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

<style>
 a { background-color: #9077D3; }

 a { background-color: rgb(144,119,211); }

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

<style>
 span { border-color: #9077D3; }

 span { border-color: rgb(144,119,211); }

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