Shades of Cosmic #8D3F6E
Tints of Cosmic #8D3F6E
RGB
CMYK
RGB Variations
Color information
#8D3F6E (or 0x8D3F6E) is known color: Cosmic. HEX triplet: 8D, 3F and 6E. RGB value is (141,63,110). Sum of RGB (Red+Green+Blue) = 141+63+110=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F6E is #72C091. Grayscale: #5B5B5B. Windows color (decimal): -7520402 or 7225229. OLE color: 7225229.
HSL color Cylindrical-coordinate representation of color #8D3F6E: hue angle of 323.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D3F6E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 110 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.45 |
| HSL | 323.85º | 0.38% | 0.4% | - |
| HSV(B) | 323.85º | 0.55% | 0.55% | - |
| XYZ | 15.58 | 10.34 | 15.93 | - |
| YUV | 91.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 110 | 0 | 0.55 | 0.22 | 0.45 | 323.85 | 0.38 | 0.4 |
| Hex | 8D | 3F | 6E | 0 | 37 | 16 | 2D | 144 | 26 | 28 |
| Octal | 215 | 77 | 156 | 0 | 67 | 26 | 55 | 504 | 46 | 50 |
| Binary | 10001101 | 111111 | 1101110 | 0 | 110111 | 10110 | 101101 | 101000100 | 100110 | 101000 |
Color Harmonies of #8D3F6E
Complementary color
Monochromatic Colors of #8D3F6E
Black with #8D3F6E
Text Example
Text Example
White with #8D3F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F6E; }
p { color: rgb(141,63,110); }
H1.HeaderClassName
{
color: #8D3F6E;
}
.AnyTagClassName
{
color: #8D3F6E;
}
</style>
background-color css
<style>
a { background-color: #8D3F6E; }
a { background-color: rgb(141,63,110); }
div.DivClassName
{
background-color: #8D3F6E;
}
.BgClassName
{
background-color: #8D3F6E;
}
</style>
border-color css
<style>
span { border-color: #8D3F6E; }
span { border-color: rgb(141,63,110); }
td.TdClassName
{
border-color: #8D3F6E;
}
.TagClassName
{
border-color: #8D3F6E;
}
</style>