#80569A

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

Shades of Studio #80569A

Tints of Studio #80569A

Color information

#80569A (or 0x80569A) is unknown color: approx Studio. HEX triplet: 80, 56 and 9A. RGB value is (128,86,154). Sum of RGB (Red+Green+Blue) = 128+86+154=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #80569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80569A is #7FA965. Grayscale: #6A6A6A. Windows color (decimal): -8366438 or 10114688. OLE color: 10114688.

HSL color Cylindrical-coordinate representation of color #80569A: hue angle of 277.06º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80569A is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12886154-
CMYK0.170.4400.40
HSL277.06º28.33%47.06%-
HSV(B)277.06º44.16%60.39%-
XYZ18.0613.5832.24-
YUV106.31154.91143.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.78%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 154 (60.55% from 255) = 41.85%
R=34.78%
G=23.37%
B=41.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128861540.170.4400.40277.0628.3347.06
Hex80569A112C0281151c2f
Octal20012623221540504253457
Binary1000000010101101001101010001101100010100010001010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80569A; }

 p { color: rgb(128,86,154); }

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

<style>
 a { background-color: #80569A; }

 a { background-color: rgb(128,86,154); }

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

<style>
 span { border-color: #80569A; }

 span { border-color: rgb(128,86,154); }

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