#80406A

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

Shades of Cosmic #80406A

Tints of Cosmic #80406A

Color information

#80406A (or 0x80406A) is unknown color: approx Cosmic. HEX triplet: 80, 40 and 6A. RGB value is (128,64,106). Sum of RGB (Red+Green+Blue) = 128+64+106=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #80406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80406A is #7FBF95. Grayscale: #575757. Windows color (decimal): -8372118 or 6963328. OLE color: 6963328.

HSL color Cylindrical-coordinate representation of color #80406A: hue angle of 320.62º 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 #80406A is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB12864106-
CMYK00.50.170.50
HSL320.62º33.33%37.65%-
HSV(B)320.62º50%50.2%-
XYZ13.349.314.73-
YUV87.92138.2156.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=42.95%
G=21.48%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286410600.50.170.50320.6233.3337.65
Hex80406A03211321412126
Octal20010015206221625014146
Binary1000000010000001101010011001010001110010101000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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