#80599F

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

Shades of Studio #80599F

Tints of Studio #80599F

Color information

#80599F (or 0x80599F) is unknown color: approx Studio. HEX triplet: 80, 59 and 9F. RGB value is (128,89,159). Sum of RGB (Red+Green+Blue) = 128+89+159=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #80599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80599F is #7FA660. Grayscale: #6C6C6C. Windows color (decimal): -8365665 or 10443136. OLE color: 10443136.

HSL color Cylindrical-coordinate representation of color #80599F: hue angle of 273.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80599F is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12889159-
CMYK0.190.4400.38
HSL273.43º28.23%48.63%-
HSV(B)273.43º44.03%62.35%-
XYZ18.7314.2434.56-
YUV108.64156.42141.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.04%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=34.04%
G=23.67%
B=42.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128891590.190.4400.38273.4328.2348.63
Hex80599F132C0261111c31
Octal20013123723540464213461
Binary1000000010110011001111110011101100010011010001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80599F; }

 p { color: rgb(128,89,159); }

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

<style>
 a { background-color: #80599F; }

 a { background-color: rgb(128,89,159); }

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

<style>
 span { border-color: #80599F; }

 span { border-color: rgb(128,89,159); }

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