#80549C

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

Shades of Studio #80549C

Tints of Studio #80549C

Color information

#80549C (or 0x80549C) is unknown color: approx Studio. HEX triplet: 80, 54 and 9C. RGB value is (128,84,156). Sum of RGB (Red+Green+Blue) = 128+84+156=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #80549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80549C is #7FAB63. Grayscale: #696969. Windows color (decimal): -8366948 or 10245248. OLE color: 10245248.

HSL color Cylindrical-coordinate representation of color #80549C: hue angle of 276.67º 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 #80549C is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12884156-
CMYK0.180.4600.39
HSL276.67º30%47.06%-
HSV(B)276.67º46.15%61.18%-
XYZ18.0713.3333.07-
YUV105.36156.58144.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=34.78%
G=22.83%
B=42.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128841560.180.4600.39276.673047.06
Hex80549C122E0271151e2f
Octal20012423422560474253657
Binary1000000010101001001110010010101110010011110001010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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