Html Css Color HEX #80406A Cosmic

📋 copy color: '#80406A'

red 128 ◦ green 64 ◦ blue 106

#80406A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #80406A

Tints of Cosmic #80406A

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.8% from 255) = 35.57%

R = 42.95%
G = 21.48%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80406A (or 0x80406A) is known color: 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

RGB 128 64 106 -
CMYK 0 0.5 0.17 0.50
HSL 320.63º 0.33% 0.38% -
HSV(B) 320.63º 0.5% 0.5% -
XYZ 13.34 9.3 14.73 -
YUV 87.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 128 64 106 0 0.5 0.17 0.50 320.63 0.33 0.38
Hex 80 40 6A 0 32 11 32 141 21 26
Octal 200 100 152 0 62 21 62 501 41 46
Binary 10000000 1000000 1101010 0 110010 10001 110010 101000001 100001 100110

Color Harmonies of #80406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80406A

Black with #80406A

Text Example


Text Example

White with #80406A

Text Example


Text Example

HTML Codes & Css Web 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>