Shades of Cosmic #8B426E
Tints of Cosmic #8B426E
RGB
CMYK
RGB Variations
Color information
#8B426E (or 0x8B426E) is known color: Cosmic. HEX triplet: 8B, 42 and 6E. RGB value is (139,66,110). Sum of RGB (Red+Green+Blue) = 139+66+110=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B426E is #74BD91. Grayscale: #5C5C5C. Windows color (decimal): -7650706 or 7225995. OLE color: 7225995.
HSL color Cylindrical-coordinate representation of color #8B426E: hue angle of 323.84º 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 #8B426E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 66 | 110 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.45 |
| HSL | 323.84º | 0.36% | 0.4% | - |
| HSV(B) | 323.84º | 0.53% | 0.55% | - |
| XYZ | 15.41 | 10.51 | 15.97 | - |
| YUV | 92.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 66 | 110 | 0 | 0.53 | 0.21 | 0.45 | 323.84 | 0.36 | 0.4 |
| Hex | 8B | 42 | 6E | 0 | 35 | 15 | 2D | 144 | 24 | 28 |
| Octal | 213 | 102 | 156 | 0 | 65 | 25 | 55 | 504 | 44 | 50 |
| Binary | 10001011 | 1000010 | 1101110 | 0 | 110101 | 10101 | 101101 | 101000100 | 100100 | 101000 |
Color Harmonies of #8B426E
Complementary color
Monochromatic Colors of #8B426E
Black with #8B426E
Text Example
Text Example
White with #8B426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B426E; }
p { color: rgb(139,66,110); }
H1.HeaderClassName
{
color: #8B426E;
}
.AnyTagClassName
{
color: #8B426E;
}
</style>
background-color css
<style>
a { background-color: #8B426E; }
a { background-color: rgb(139,66,110); }
div.DivClassName
{
background-color: #8B426E;
}
.BgClassName
{
background-color: #8B426E;
}
</style>
border-color css
<style>
span { border-color: #8B426E; }
span { border-color: rgb(139,66,110); }
td.TdClassName
{
border-color: #8B426E;
}
.TagClassName
{
border-color: #8B426E;
}
</style>