#80549B

Color #80549B Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #80549B

Tints of Studio #80549B

Color information

#80549B (or 0x80549B) is unknown color: approx Studio. HEX triplet: 80, 54 and 9B. RGB value is (128,84,155). Sum of RGB (Red+Green+Blue) = 128+84+155=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #80549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80549B is #7FAB64. Grayscale: #696969. Windows color (decimal): -8366949 or 10179712. OLE color: 10179712.

HSL color Cylindrical-coordinate representation of color #80549B: hue angle of 277.18º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80549B is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12884155-
CMYK0.170.4600.39
HSL277.18º29.71%46.86%-
HSV(B)277.18º45.81%60.78%-
XYZ17.9913.332.63-
YUV105.25156.08144.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=34.88%
G=22.89%
B=42.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128841550.170.4600.39277.1829.7146.86
Hex80549B112E0271151e2f
Octal20012423321560474253657
Binary1000000010101001001101110001101110010011110001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80549B; }

 p { color: rgb(128,84,155); }

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

<style>
 a { background-color: #80549B; }

 a { background-color: rgb(128,84,155); }

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

<style>
 span { border-color: #80549B; }

 span { border-color: rgb(128,84,155); }

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