Shades of Cosmic #8D3F6D
Tints of Cosmic #8D3F6D
RGB
CMYK
RGB Variations
Color information
#8D3F6D (or 0x8D3F6D) is known color: Cosmic. HEX triplet: 8D, 3F and 6D. RGB value is (141,63,109). Sum of RGB (Red+Green+Blue) = 141+63+109=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F6D is #72C092. Grayscale: #5B5B5B. Windows color (decimal): -7520403 or 7159693. OLE color: 7159693.
HSL color Cylindrical-coordinate representation of color #8D3F6D: hue angle of 324.62º 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 #8D3F6D is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 109 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.45 |
| HSL | 324.62º | 0.38% | 0.4% | - |
| HSV(B) | 324.62º | 0.55% | 0.55% | - |
| XYZ | 15.52 | 10.32 | 15.64 | - |
| YUV | 91.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 109 | 0 | 0.55 | 0.23 | 0.45 | 324.62 | 0.38 | 0.4 |
| Hex | 8D | 3F | 6D | 0 | 37 | 17 | 2D | 145 | 26 | 28 |
| Octal | 215 | 77 | 155 | 0 | 67 | 27 | 55 | 505 | 46 | 50 |
| Binary | 10001101 | 111111 | 1101101 | 0 | 110111 | 10111 | 101101 | 101000101 | 100110 | 101000 |
Color Harmonies of #8D3F6D
Complementary color
Monochromatic Colors of #8D3F6D
Black with #8D3F6D
Text Example
Text Example
White with #8D3F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F6D; }
p { color: rgb(141,63,109); }
H1.HeaderClassName
{
color: #8D3F6D;
}
.AnyTagClassName
{
color: #8D3F6D;
}
</style>
background-color css
<style>
a { background-color: #8D3F6D; }
a { background-color: rgb(141,63,109); }
div.DivClassName
{
background-color: #8D3F6D;
}
.BgClassName
{
background-color: #8D3F6D;
}
</style>
border-color css
<style>
span { border-color: #8D3F6D; }
span { border-color: rgb(141,63,109); }
td.TdClassName
{
border-color: #8D3F6D;
}
.TagClassName
{
border-color: #8D3F6D;
}
</style>