Shades of Cosmic #8B4072
Tints of Cosmic #8B4072
RGB
CMYK
RGB Variations
Color information
#8B4072 (or 0x8B4072) is known color: Cosmic. HEX triplet: 8B, 40 and 72. RGB value is (139,64,114). Sum of RGB (Red+Green+Blue) = 139+64+114=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4072 is #74BF8D. Grayscale: #5C5C5C. Windows color (decimal): -7651214 or 7487627. OLE color: 7487627.
HSL color Cylindrical-coordinate representation of color #8B4072: hue angle of 320º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B4072 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 114 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.45 |
| HSL | 320º | 0.37% | 0.4% | - |
| HSV(B) | 320º | 0.54% | 0.55% | - |
| XYZ | 15.52 | 10.37 | 17.1 | - |
| YUV | 92.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 114 | 0 | 0.54 | 0.18 | 0.45 | 320 | 0.37 | 0.4 |
| Hex | 8B | 40 | 72 | 0 | 36 | 12 | 2D | 140 | 25 | 28 |
| Octal | 213 | 100 | 162 | 0 | 66 | 22 | 55 | 500 | 45 | 50 |
| Binary | 10001011 | 1000000 | 1110010 | 0 | 110110 | 10010 | 101101 | 101000000 | 100101 | 101000 |
Color Harmonies of #8B4072
Complementary color
Monochromatic Colors of #8B4072
Black with #8B4072
Text Example
Text Example
White with #8B4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4072; }
p { color: rgb(139,64,114); }
H1.HeaderClassName
{
color: #8B4072;
}
.AnyTagClassName
{
color: #8B4072;
}
</style>
background-color css
<style>
a { background-color: #8B4072; }
a { background-color: rgb(139,64,114); }
div.DivClassName
{
background-color: #8B4072;
}
.BgClassName
{
background-color: #8B4072;
}
</style>
border-color css
<style>
span { border-color: #8B4072; }
span { border-color: rgb(139,64,114); }
td.TdClassName
{
border-color: #8B4072;
}
.TagClassName
{
border-color: #8B4072;
}
</style>