#9077DC

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

Shades of Medium Purple #9077DC

Tints of Medium Purple #9077DC

Color information

#9077DC (or 0x9077DC) is unknown color: approx Medium Purple. HEX triplet: 90, 77 and DC. RGB value is (144,119,220). Sum of RGB (Red+Green+Blue) = 144+119+220=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9077DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077DC is #6F8823. Grayscale: #898989. Windows color (decimal): -7309348 or 14448528. OLE color: 14448528.

HSL color Cylindrical-coordinate representation of color #9077DC: hue angle of 254.85º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9077DC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB144119220-
CMYK0.350.4600.14
HSL254.85º59.06%66.47%-
HSV(B)254.85º45.91%86.27%-
XYZ31.0224.2970.76-
YUV137.99174.28132.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.81%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=29.81%
G=24.64%
B=45.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441192200.350.4600.14254.8559.0666.47
Hex9077DC232E0Eff3b42
Octal220167334435601637773102
Binary1001000011101111101110010001110111001110111111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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