#80539C

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

Shades of Studio #80539C

Tints of Studio #80539C

Color information

#80539C (or 0x80539C) is unknown color: approx Studio. HEX triplet: 80, 53 and 9C. RGB value is (128,83,156). Sum of RGB (Red+Green+Blue) = 128+83+156=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #80539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80539C is #7FAC63. Grayscale: #686868. Windows color (decimal): -8367204 or 10244992. OLE color: 10244992.

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

Color convert

RGB12883156-
CMYK0.180.4700.39
HSL276.99º30.54%46.86%-
HSV(B)276.99º46.79%61.18%-
XYZ1813.1833.05-
YUV104.78156.91144.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.88%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=34.88%
G=22.62%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128831560.180.4700.39276.9930.5446.86
Hex80539C122F0271151f2f
Octal20012323422570474253757
Binary1000000010100111001110010010101111010011110001010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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