#80489F

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

Shades of Studio #80489F

Tints of Studio #80489F

Color information

#80489F (or 0x80489F) is unknown color: approx Studio. HEX triplet: 80, 48 and 9F. RGB value is (128,72,159). Sum of RGB (Red+Green+Blue) = 128+72+159=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #80489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80489F is #7FB760. Grayscale: #626262. Windows color (decimal): -8370017 or 10438784. OLE color: 10438784.

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

Color convert

RGB12872159-
CMYK0.190.5500.38
HSL278.62º37.66%45.29%-
HSV(B)278.62º54.72%62.35%-
XYZ17.4811.7334.14-
YUV98.66162.05148.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=35.65%
G=20.06%
B=44.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128721590.190.5500.38278.6237.6645.29
Hex80489F1337026117262d
Octal20011023723670464274655
Binary10000000100100010011111100111101110100110100010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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