#80496E

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

Shades of Cosmic #80496E

Tints of Cosmic #80496E

Color information

#80496E (or 0x80496E) is unknown color: approx Cosmic. HEX triplet: 80, 49 and 6E. RGB value is (128,73,110). Sum of RGB (Red+Green+Blue) = 128+73+110=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80496E is #7FB691. Grayscale: #5D5D5D. Windows color (decimal): -8369810 or 7227776. OLE color: 7227776.

HSL color Cylindrical-coordinate representation of color #80496E: hue angle of 319.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80496E is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12873110-
CMYK00.430.140.50
HSL319.64º27.36%39.41%-
HSV(B)319.64º42.97%50.2%-
XYZ14.110.4816.03-
YUV93.66137.22152.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=41.16%
G=23.47%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287311000.430.140.50319.6427.3639.41
Hex80496E02BE321401b27
Octal20011115605316625003347
Binary10000000100100111011100101011111011001010100000011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,73,110); }

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

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

 a { background-color: rgb(128,73,110); }

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

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

 span { border-color: rgb(128,73,110); }

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