Shades of Cosmic #8B4167
Tints of Cosmic #8B4167
RGB
CMYK
RGB Variations
Color information
#8B4167 (or 0x8B4167) is known color: Cosmic. HEX triplet: 8B, 41 and 67. RGB value is (139,65,103). Sum of RGB (Red+Green+Blue) = 139+65+103=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4167 is #74BE98. Grayscale: #5B5B5B. Windows color (decimal): -7650969 or 6766987. OLE color: 6766987.
HSL color Cylindrical-coordinate representation of color #8B4167: hue angle of 329.19º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4167 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 103 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.45 |
| HSL | 329.19º | 0.36% | 0.4% | - |
| HSV(B) | 329.19º | 0.53% | 0.55% | - |
| XYZ | 14.99 | 10.25 | 14.02 | - |
| YUV | 91.46 | 134.52 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 103 | 0 | 0.53 | 0.26 | 0.45 | 329.19 | 0.36 | 0.4 |
| Hex | 8B | 41 | 67 | 0 | 35 | 1A | 2D | 149 | 24 | 28 |
| Octal | 213 | 101 | 147 | 0 | 65 | 32 | 55 | 511 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1100111 | 0 | 110101 | 11010 | 101101 | 101001001 | 100100 | 101000 |
Color Harmonies of #8B4167
Complementary color
Monochromatic Colors of #8B4167
Black with #8B4167
Text Example
Text Example
White with #8B4167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4167; }
p { color: rgb(139,65,103); }
H1.HeaderClassName
{
color: #8B4167;
}
.AnyTagClassName
{
color: #8B4167;
}
</style>
background-color css
<style>
a { background-color: #8B4167; }
a { background-color: rgb(139,65,103); }
div.DivClassName
{
background-color: #8B4167;
}
.BgClassName
{
background-color: #8B4167;
}
</style>
border-color css
<style>
span { border-color: #8B4167; }
span { border-color: rgb(139,65,103); }
td.TdClassName
{
border-color: #8B4167;
}
.TagClassName
{
border-color: #8B4167;
}
</style>