Shades of Cosmic #8D3B6E
Tints of Cosmic #8D3B6E
RGB
CMYK
RGB Variations
Color information
#8D3B6E (or 0x8D3B6E) is known color: Cosmic. HEX triplet: 8D, 3B and 6E. RGB value is (141,59,110). Sum of RGB (Red+Green+Blue) = 141+59+110=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3B6E is #72C491. Grayscale: #595959. Windows color (decimal): -7521426 or 7224205. OLE color: 7224205.
HSL color Cylindrical-coordinate representation of color #8D3B6E: hue angle of 322.68º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D3B6E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 59 | 110 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.45 |
| HSL | 322.68º | 0.41% | 0.39% | - |
| HSV(B) | 322.68º | 0.58% | 0.55% | - |
| XYZ | 15.36 | 9.92 | 15.86 | - |
| YUV | 89.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 110 | 0 | 0.58 | 0.22 | 0.45 | 322.68 | 0.41 | 0.39 |
| Hex | 8D | 3B | 6E | 0 | 3A | 16 | 2D | 143 | 29 | 27 |
| Octal | 215 | 73 | 156 | 0 | 72 | 26 | 55 | 503 | 51 | 47 |
| Binary | 10001101 | 111011 | 1101110 | 0 | 111010 | 10110 | 101101 | 101000011 | 101001 | 100111 |
Color Harmonies of #8D3B6E
Complementary color
Monochromatic Colors of #8D3B6E
Black with #8D3B6E
Text Example
Text Example
White with #8D3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3B6E; }
p { color: rgb(141,59,110); }
H1.HeaderClassName
{
color: #8D3B6E;
}
.AnyTagClassName
{
color: #8D3B6E;
}
</style>
background-color css
<style>
a { background-color: #8D3B6E; }
a { background-color: rgb(141,59,110); }
div.DivClassName
{
background-color: #8D3B6E;
}
.BgClassName
{
background-color: #8D3B6E;
}
</style>
border-color css
<style>
span { border-color: #8D3B6E; }
span { border-color: rgb(141,59,110); }
td.TdClassName
{
border-color: #8D3B6E;
}
.TagClassName
{
border-color: #8D3B6E;
}
</style>