Shades of Cosmic #873A6C
Tints of Cosmic #873A6C
RGB
CMYK
RGB Variations
Color information
#873A6C (or 0x873A6C) is known color: Cosmic. HEX triplet: 87, 3A and 6C. RGB value is (135,58,108). Sum of RGB (Red+Green+Blue) = 135+58+108=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #873A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A6C is #78C593. Grayscale: #565656. Windows color (decimal): -7914900 or 7092871. OLE color: 7092871.
HSL color Cylindrical-coordinate representation of color #873A6C: hue angle of 321.04º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A6C is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 108 | - |
| CMYK | 0 | 0.57 | 0.2 | 0.47 |
| HSL | 321.04º | 0.4% | 0.38% | - |
| HSV(B) | 321.04º | 0.57% | 0.53% | - |
| XYZ | 14.21 | 9.26 | 15.23 | - |
| YUV | 86.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 108 | 0 | 0.57 | 0.2 | 0.47 | 321.04 | 0.4 | 0.38 |
| Hex | 87 | 3A | 6C | 0 | 39 | 14 | 2F | 141 | 28 | 26 |
| Octal | 207 | 72 | 154 | 0 | 71 | 24 | 57 | 501 | 50 | 46 |
| Binary | 10000111 | 111010 | 1101100 | 0 | 111001 | 10100 | 101111 | 101000001 | 101000 | 100110 |
Color Harmonies of #873A6C
Complementary color
Monochromatic Colors of #873A6C
Black with #873A6C
Text Example
Text Example
White with #873A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A6C; }
p { color: rgb(135,58,108); }
H1.HeaderClassName
{
color: #873A6C;
}
.AnyTagClassName
{
color: #873A6C;
}
</style>
background-color css
<style>
a { background-color: #873A6C; }
a { background-color: rgb(135,58,108); }
div.DivClassName
{
background-color: #873A6C;
}
.BgClassName
{
background-color: #873A6C;
}
</style>
border-color css
<style>
span { border-color: #873A6C; }
span { border-color: rgb(135,58,108); }
td.TdClassName
{
border-color: #873A6C;
}
.TagClassName
{
border-color: #873A6C;
}
</style>