#80579C

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

Shades of Studio #80579C

Tints of Studio #80579C

Color information

#80579C (or 0x80579C) is unknown color: approx Studio. HEX triplet: 80, 57 and 9C. RGB value is (128,87,156). Sum of RGB (Red+Green+Blue) = 128+87+156=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #80579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80579C is #7FA863. Grayscale: #6A6A6A. Windows color (decimal): -8366180 or 10246016. OLE color: 10246016.

HSL color Cylindrical-coordinate representation of color #80579C: hue angle of 275.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80579C is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12887156-
CMYK0.180.4400.39
HSL275.65º28.4%47.65%-
HSV(B)275.65º44.23%61.18%-
XYZ18.3113.8133.15-
YUV107.12155.58142.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=34.50%
G=23.45%
B=42.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128871560.180.4400.39275.6528.447.65
Hex80579C122C0271141c30
Octal20012723422540474243460
Binary1000000010101111001110010010101100010011110001010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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