Shades of Cosmic #8B426F
Tints of Cosmic #8B426F
RGB
CMYK
RGB Variations
Color information
#8B426F (or 0x8B426F) is known color: Cosmic. HEX triplet: 8B, 42 and 6F. RGB value is (139,66,111). Sum of RGB (Red+Green+Blue) = 139+66+111=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B426F is #74BD90. Grayscale: #5C5C5C. Windows color (decimal): -7650705 or 7291531. OLE color: 7291531.
HSL color Cylindrical-coordinate representation of color #8B426F: hue angle of 323.01º 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 #8B426F is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 111 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.45 |
| HSL | 323.01º | 0.36% | 0.4% | - |
| HSV(B) | 323.01º | 0.53% | 0.55% | - |
| XYZ | 15.46 | 10.53 | 16.26 | - |
| YUV | 92.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 111 | 0 | 0.53 | 0.20 | 0.45 | 323.01 | 0.36 | 0.4 |
| Hex | 8B | 42 | 6F | 0 | 35 | 14 | 2D | 143 | 24 | 28 |
| Octal | 213 | 102 | 157 | 0 | 65 | 24 | 55 | 503 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1101111 | 0 | 110101 | 10100 | 101101 | 101000011 | 100100 | 101000 |
Color Harmonies of #8B426F
Complementary color
Monochromatic Colors of #8B426F
Black with #8B426F
Text Example
Text Example
White with #8B426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B426F; }
p { color: rgb(139,66,111); }
H1.HeaderClassName
{
color: #8B426F;
}
.AnyTagClassName
{
color: #8B426F;
}
</style>
background-color css
<style>
a { background-color: #8B426F; }
a { background-color: rgb(139,66,111); }
div.DivClassName
{
background-color: #8B426F;
}
.BgClassName
{
background-color: #8B426F;
}
</style>
border-color css
<style>
span { border-color: #8B426F; }
span { border-color: rgb(139,66,111); }
td.TdClassName
{
border-color: #8B426F;
}
.TagClassName
{
border-color: #8B426F;
}
</style>