Shades of Cosmic #8B3C6F
Tints of Cosmic #8B3C6F
RGB
CMYK
RGB Variations
Color information
#8B3C6F (or 0x8B3C6F) is known color: Cosmic. HEX triplet: 8B, 3C and 6F. RGB value is (139,60,111). Sum of RGB (Red+Green+Blue) = 139+60+111=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C6F is #74C390. Grayscale: #595959. Windows color (decimal): -7652241 or 7289995. OLE color: 7289995.
HSL color Cylindrical-coordinate representation of color #8B3C6F: hue angle of 321.27º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3C6F is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 111 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.45 |
| HSL | 321.27º | 0.4% | 0.39% | - |
| HSV(B) | 321.27º | 0.57% | 0.55% | - |
| XYZ | 15.13 | 9.87 | 16.15 | - |
| YUV | 89.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 111 | 0 | 0.57 | 0.20 | 0.45 | 321.27 | 0.4 | 0.39 |
| Hex | 8B | 3C | 6F | 0 | 39 | 14 | 2D | 141 | 28 | 27 |
| Octal | 213 | 74 | 157 | 0 | 71 | 24 | 55 | 501 | 50 | 47 |
| Binary | 10001011 | 111100 | 1101111 | 0 | 111001 | 10100 | 101101 | 101000001 | 101000 | 100111 |
Color Harmonies of #8B3C6F
Complementary color
Monochromatic Colors of #8B3C6F
Black with #8B3C6F
Text Example
Text Example
White with #8B3C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C6F; }
p { color: rgb(139,60,111); }
H1.HeaderClassName
{
color: #8B3C6F;
}
.AnyTagClassName
{
color: #8B3C6F;
}
</style>
background-color css
<style>
a { background-color: #8B3C6F; }
a { background-color: rgb(139,60,111); }
div.DivClassName
{
background-color: #8B3C6F;
}
.BgClassName
{
background-color: #8B3C6F;
}
</style>
border-color css
<style>
span { border-color: #8B3C6F; }
span { border-color: rgb(139,60,111); }
td.TdClassName
{
border-color: #8B3C6F;
}
.TagClassName
{
border-color: #8B3C6F;
}
</style>