Html Css Color HEX #80496E Cosmic

📋 copy color: '#80496E'

red 128 ◦ green 73 ◦ blue 110

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

Shades of Cosmic #80496E

Tints of Cosmic #80496E

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 value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80496E (or 0x80496E) is known color: 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

RGB 128 73 110 -
CMYK 0 0.43 0.14 0.50
HSL 319.64º 0.27% 0.39% -
HSV(B) 319.64º 0.43% 0.5% -
XYZ 14.1 10.48 16.03 -
YUV 93.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 128 73 110 0 0.43 0.14 0.50 319.64 0.27 0.39
Hex 80 49 6E 0 2B E 32 140 1B 27
Octal 200 111 156 0 53 16 62 500 33 47
Binary 10000000 1001001 1101110 0 101011 1110 110010 101000000 11011 100111

Color Harmonies of #80496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80496E

Black with #80496E

Text Example


Text Example

White with #80496E

Text Example


Text Example

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