Shades of Cosmic #8B4373
Tints of Cosmic #8B4373
RGB
CMYK
RGB Variations
Color information
#8B4373 (or 0x8B4373) is known color: Cosmic. HEX triplet: 8B, 43 and 73. RGB value is (139,67,115). Sum of RGB (Red+Green+Blue) = 139+67+115=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4373 is #74BC8C. Grayscale: #5D5D5D. Windows color (decimal): -7650445 or 7553931. OLE color: 7553931.
HSL color Cylindrical-coordinate representation of color #8B4373: hue angle of 320º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B4373 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 67 | 115 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.45 |
| HSL | 320º | 0.35% | 0.4% | - |
| HSV(B) | 320º | 0.52% | 0.55% | - |
| XYZ | 15.75 | 10.74 | 17.46 | - |
| YUV | 94 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 115 | 0 | 0.52 | 0.17 | 0.45 | 320 | 0.35 | 0.4 |
| Hex | 8B | 43 | 73 | 0 | 34 | 11 | 2D | 140 | 23 | 28 |
| Octal | 213 | 103 | 163 | 0 | 64 | 21 | 55 | 500 | 43 | 50 |
| Binary | 10001011 | 1000011 | 1110011 | 0 | 110100 | 10001 | 101101 | 101000000 | 100011 | 101000 |
Color Harmonies of #8B4373
Complementary color
Monochromatic Colors of #8B4373
Black with #8B4373
Text Example
Text Example
White with #8B4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4373; }
p { color: rgb(139,67,115); }
H1.HeaderClassName
{
color: #8B4373;
}
.AnyTagClassName
{
color: #8B4373;
}
</style>
background-color css
<style>
a { background-color: #8B4373; }
a { background-color: rgb(139,67,115); }
div.DivClassName
{
background-color: #8B4373;
}
.BgClassName
{
background-color: #8B4373;
}
</style>
border-color css
<style>
span { border-color: #8B4373; }
span { border-color: rgb(139,67,115); }
td.TdClassName
{
border-color: #8B4373;
}
.TagClassName
{
border-color: #8B4373;
}
</style>