#80496C

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

Shades of Cosmic #80496C

Tints of Cosmic #80496C

Color information

#80496C (or 0x80496C) is unknown color: approx Cosmic. HEX triplet: 80, 49 and 6C. RGB value is (128,73,108). Sum of RGB (Red+Green+Blue) = 128+73+108=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80496C is #7FB693. Grayscale: #5D5D5D. Windows color (decimal): -8369812 or 7096704. OLE color: 7096704.

HSL color Cylindrical-coordinate representation of color #80496C: hue angle of 321.82º 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 #80496C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12873108-
CMYK00.430.160.50
HSL321.82º27.36%39.41%-
HSV(B)321.82º42.97%50.2%-
XYZ13.9910.4415.46-
YUV93.43136.22152.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=41.42%
G=23.62%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1287310800.430.160.50321.8227.3639.41
Hex80496C02B10321421b27
Octal20011115405320625023347
Binary100000001001001110110001010111000011001010100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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