#80406E

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

Shades of Cosmic #80406E

Tints of Cosmic #80406E

Color information

#80406E (or 0x80406E) is unknown color: approx Cosmic. HEX triplet: 80, 40 and 6E. RGB value is (128,64,110). Sum of RGB (Red+Green+Blue) = 128+64+110=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80406E is #7FBF91. Grayscale: #585858. Windows color (decimal): -8372114 or 7225472. OLE color: 7225472.

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

Color convert

RGB12864110-
CMYK00.50.140.50
HSL316.88º33.33%37.65%-
HSV(B)316.88º50%50.2%-
XYZ13.559.3815.85-
YUV88.38140.2156.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=42.38%
G=21.19%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286411000.50.140.50316.8833.3337.65
Hex80406E032E3213d2126
Octal20010015606216624754146
Binary100000001000000110111001100101110110010100111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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