Html Css Color HEX #80496F Cosmic

📋 copy color: '#80496F'

red 128 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #80496F

Tints of Cosmic #80496F

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 41.03%
G = 23.4%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80496F (or 0x80496F) is known color: Cosmic. HEX triplet: 80, 49 and 6F. RGB value is (128,73,111). Sum of RGB (Red+Green+Blue) = 128+73+111=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #80496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80496F is #7FB690. Grayscale: #5D5D5D. Windows color (decimal): -8369809 or 7293312. OLE color: 7293312.

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

Color convert

RGB 128 73 111 -
CMYK 0 0.43 0.13 0.50
HSL 318.55º 0.27% 0.39% -
HSV(B) 318.55º 0.43% 0.5% -
XYZ 14.15 10.5 16.32 -
YUV 93.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 128 73 111 0 0.43 0.13 0.50 318.55 0.27 0.39
Hex 80 49 6F 0 2B D 32 13F 1B 27
Octal 200 111 157 0 53 15 62 477 33 47
Binary 10000000 1001001 1101111 0 101011 1101 110010 100111111 11011 100111

Color Harmonies of #80496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80496F

Black with #80496F

Text Example


Text Example

White with #80496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80496F;
 }
 .AnyTagClassName
 {
   color: #80496F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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