#80589A

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

Shades of Studio #80589A

Tints of Studio #80589A

Color information

#80589A (or 0x80589A) is unknown color: approx Studio. HEX triplet: 80, 58 and 9A. RGB value is (128,88,154). Sum of RGB (Red+Green+Blue) = 128+88+154=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #80589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80589A is #7FA765. Grayscale: #6B6B6B. Windows color (decimal): -8365926 or 10115200. OLE color: 10115200.

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

Color convert

RGB12888154-
CMYK0.170.4300.40
HSL276.36º27.27%47.45%-
HSV(B)276.36º42.86%60.39%-
XYZ18.2213.932.29-
YUV107.48154.25142.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=34.59%
G=23.78%
B=41.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128881540.170.4300.40276.3627.2747.45
Hex80589A112B0281141b2f
Octal20013023221530504243357
Binary1000000010110001001101010001101011010100010001010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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