Shades of Cosmic #8D3F70
Tints of Cosmic #8D3F70
RGB
CMYK
RGB Variations
Color information
#8D3F70 (or 0x8D3F70) is known color: Cosmic. HEX triplet: 8D, 3F and 70. RGB value is (141,63,112). Sum of RGB (Red+Green+Blue) = 141+63+112=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3F70 is #72C08F. Grayscale: #5B5B5B. Windows color (decimal): -7520400 or 7356301. OLE color: 7356301.
HSL color Cylindrical-coordinate representation of color #8D3F70: hue angle of 322.31º 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 #8D3F70 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 63 | 112 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.45 |
| HSL | 322.31º | 0.38% | 0.4% | - |
| HSV(B) | 322.31º | 0.55% | 0.55% | - |
| XYZ | 15.69 | 10.39 | 16.51 | - |
| YUV | 91.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 112 | 0 | 0.55 | 0.21 | 0.45 | 322.31 | 0.38 | 0.4 |
| Hex | 8D | 3F | 70 | 0 | 37 | 15 | 2D | 142 | 26 | 28 |
| Octal | 215 | 77 | 160 | 0 | 67 | 25 | 55 | 502 | 46 | 50 |
| Binary | 10001101 | 111111 | 1110000 | 0 | 110111 | 10101 | 101101 | 101000010 | 100110 | 101000 |
Color Harmonies of #8D3F70
Complementary color
Monochromatic Colors of #8D3F70
Black with #8D3F70
Text Example
Text Example
White with #8D3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3F70; }
p { color: rgb(141,63,112); }
H1.HeaderClassName
{
color: #8D3F70;
}
.AnyTagClassName
{
color: #8D3F70;
}
</style>
background-color css
<style>
a { background-color: #8D3F70; }
a { background-color: rgb(141,63,112); }
div.DivClassName
{
background-color: #8D3F70;
}
.BgClassName
{
background-color: #8D3F70;
}
</style>
border-color css
<style>
span { border-color: #8D3F70; }
span { border-color: rgb(141,63,112); }
td.TdClassName
{
border-color: #8D3F70;
}
.TagClassName
{
border-color: #8D3F70;
}
</style>