Shades of Cosmic #8B4374
Tints of Cosmic #8B4374
RGB
CMYK
RGB Variations
Color information
#8B4374 (or 0x8B4374) is known color: Cosmic. HEX triplet: 8B, 43 and 74. RGB value is (139,67,116). Sum of RGB (Red+Green+Blue) = 139+67+116=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4374 is #74BC8B. Grayscale: #5D5D5D. Windows color (decimal): -7650444 or 7619467. OLE color: 7619467.
HSL color Cylindrical-coordinate representation of color #8B4374: hue angle of 319.17º 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 #8B4374 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 67 | 116 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.45 |
| HSL | 319.17º | 0.35% | 0.4% | - |
| HSV(B) | 319.17º | 0.52% | 0.55% | - |
| XYZ | 15.81 | 10.76 | 17.77 | - |
| YUV | 94.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 67 | 116 | 0 | 0.52 | 0.17 | 0.45 | 319.17 | 0.35 | 0.4 |
| Hex | 8B | 43 | 74 | 0 | 34 | 11 | 2D | 13F | 23 | 28 |
| Octal | 213 | 103 | 164 | 0 | 64 | 21 | 55 | 477 | 43 | 50 |
| Binary | 10001011 | 1000011 | 1110100 | 0 | 110100 | 10001 | 101101 | 100111111 | 100011 | 101000 |
Color Harmonies of #8B4374
Complementary color
Monochromatic Colors of #8B4374
Black with #8B4374
Text Example
Text Example
White with #8B4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4374; }
p { color: rgb(139,67,116); }
H1.HeaderClassName
{
color: #8B4374;
}
.AnyTagClassName
{
color: #8B4374;
}
</style>
background-color css
<style>
a { background-color: #8B4374; }
a { background-color: rgb(139,67,116); }
div.DivClassName
{
background-color: #8B4374;
}
.BgClassName
{
background-color: #8B4374;
}
</style>
border-color css
<style>
span { border-color: #8B4374; }
span { border-color: rgb(139,67,116); }
td.TdClassName
{
border-color: #8B4374;
}
.TagClassName
{
border-color: #8B4374;
}
</style>