Shades of Cosmic #804163
Tints of Cosmic #804163
RGB
CMYK
RGB Variations
Color information
#804163 (or 0x804163) is known color: Cosmic. HEX triplet: 80, 41 and 63. RGB value is (128,65,99). Sum of RGB (Red+Green+Blue) = 128+65+99=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #804163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804163 is #7FBE9C. Grayscale: #575757. Windows color (decimal): -8371869 or 6504832. OLE color: 6504832.
HSL color Cylindrical-coordinate representation of color #804163: hue angle of 327.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804163 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 99 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.50 |
| HSL | 327.62º | 0.33% | 0.38% | - |
| HSV(B) | 327.62º | 0.49% | 0.5% | - |
| XYZ | 13.04 | 9.27 | 12.91 | - |
| YUV | 87.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 99 | 0 | 0.49 | 0.23 | 0.50 | 327.62 | 0.33 | 0.38 |
| Hex | 80 | 41 | 63 | 0 | 31 | 17 | 32 | 148 | 21 | 26 |
| Octal | 200 | 101 | 143 | 0 | 61 | 27 | 62 | 510 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1100011 | 0 | 110001 | 10111 | 110010 | 101001000 | 100001 | 100110 |
Color Harmonies of #804163
Complementary color
Monochromatic Colors of #804163
Black with #804163
Text Example
Text Example
White with #804163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804163; }
p { color: rgb(128,65,99); }
H1.HeaderClassName
{
color: #804163;
}
.AnyTagClassName
{
color: #804163;
}
</style>
background-color css
<style>
a { background-color: #804163; }
a { background-color: rgb(128,65,99); }
div.DivClassName
{
background-color: #804163;
}
.BgClassName
{
background-color: #804163;
}
</style>
border-color css
<style>
span { border-color: #804163; }
span { border-color: rgb(128,65,99); }
td.TdClassName
{
border-color: #804163;
}
.TagClassName
{
border-color: #804163;
}
</style>