Shades of Cosmic #8B4067
Tints of Cosmic #8B4067
RGB
CMYK
RGB Variations
Color information
#8B4067 (or 0x8B4067) is known color: Cosmic. HEX triplet: 8B, 40 and 67. RGB value is (139,64,103). Sum of RGB (Red+Green+Blue) = 139+64+103=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4067 is #74BF98. Grayscale: #5A5A5A. Windows color (decimal): -7651225 or 6766731. OLE color: 6766731.
HSL color Cylindrical-coordinate representation of color #8B4067: hue angle of 328.8º 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 #8B4067 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 103 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.45 |
| HSL | 328.8º | 0.37% | 0.4% | - |
| HSV(B) | 328.8º | 0.54% | 0.55% | - |
| XYZ | 14.93 | 10.14 | 14 | - |
| YUV | 90.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 103 | 0 | 0.54 | 0.26 | 0.45 | 328.8 | 0.37 | 0.4 |
| Hex | 8B | 40 | 67 | 0 | 36 | 1A | 2D | 149 | 25 | 28 |
| Octal | 213 | 100 | 147 | 0 | 66 | 32 | 55 | 511 | 45 | 50 |
| Binary | 10001011 | 1000000 | 1100111 | 0 | 110110 | 11010 | 101101 | 101001001 | 100101 | 101000 |
Color Harmonies of #8B4067
Complementary color
Monochromatic Colors of #8B4067
Black with #8B4067
Text Example
Text Example
White with #8B4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4067; }
p { color: rgb(139,64,103); }
H1.HeaderClassName
{
color: #8B4067;
}
.AnyTagClassName
{
color: #8B4067;
}
</style>
background-color css
<style>
a { background-color: #8B4067; }
a { background-color: rgb(139,64,103); }
div.DivClassName
{
background-color: #8B4067;
}
.BgClassName
{
background-color: #8B4067;
}
</style>
border-color css
<style>
span { border-color: #8B4067; }
span { border-color: rgb(139,64,103); }
td.TdClassName
{
border-color: #8B4067;
}
.TagClassName
{
border-color: #8B4067;
}
</style>