#80489E

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

Shades of Studio #80489E

Tints of Studio #80489E

Color information

#80489E (or 0x80489E) is unknown color: approx Studio. HEX triplet: 80, 48 and 9E. RGB value is (128,72,158). Sum of RGB (Red+Green+Blue) = 128+72+158=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #80489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489E is #7FB761. Grayscale: #626262. Windows color (decimal): -8370018 or 10373248. OLE color: 10373248.

HSL color Cylindrical-coordinate representation of color #80489E: hue angle of 279.07º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80489E is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12872158-
CMYK0.190.5400.38
HSL279.07º37.39%45.1%-
HSV(B)279.07º54.43%61.96%-
XYZ17.3911.6933.69-
YUV98.55161.55149.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=35.75%
G=20.11%
B=44.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128721580.190.5400.38279.0737.3945.1
Hex80489E1336026117252d
Octal20011023623660464274555
Binary10000000100100010011110100111101100100110100010111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80489E; }

 p { color: rgb(128,72,158); }

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

<style>
 a { background-color: #80489E; }

 a { background-color: rgb(128,72,158); }

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

<style>
 span { border-color: #80489E; }

 span { border-color: rgb(128,72,158); }

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