Shades of Cosmic #8D3D70
Tints of Cosmic #8D3D70
RGB
CMYK
RGB Variations
Color information
#8D3D70 (or 0x8D3D70) is known color: Cosmic. HEX triplet: 8D, 3D and 70. RGB value is (141,61,112). Sum of RGB (Red+Green+Blue) = 141+61+112=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3D70 is #72C28F. Grayscale: #5A5A5A. Windows color (decimal): -7520912 or 7355789. OLE color: 7355789.
HSL color Cylindrical-coordinate representation of color #8D3D70: hue angle of 321.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D70 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 112 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.45 |
| HSL | 321.75º | 0.4% | 0.4% | - |
| HSV(B) | 321.75º | 0.57% | 0.55% | - |
| XYZ | 15.58 | 10.17 | 16.47 | - |
| YUV | 90.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 112 | 0 | 0.57 | 0.21 | 0.45 | 321.75 | 0.4 | 0.4 |
| Hex | 8D | 3D | 70 | 0 | 39 | 15 | 2D | 142 | 28 | 28 |
| Octal | 215 | 75 | 160 | 0 | 71 | 25 | 55 | 502 | 50 | 50 |
| Binary | 10001101 | 111101 | 1110000 | 0 | 111001 | 10101 | 101101 | 101000010 | 101000 | 101000 |
Color Harmonies of #8D3D70
Complementary color
Monochromatic Colors of #8D3D70
Black with #8D3D70
Text Example
Text Example
White with #8D3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D70; }
p { color: rgb(141,61,112); }
H1.HeaderClassName
{
color: #8D3D70;
}
.AnyTagClassName
{
color: #8D3D70;
}
</style>
background-color css
<style>
a { background-color: #8D3D70; }
a { background-color: rgb(141,61,112); }
div.DivClassName
{
background-color: #8D3D70;
}
.BgClassName
{
background-color: #8D3D70;
}
</style>
border-color css
<style>
span { border-color: #8D3D70; }
span { border-color: rgb(141,61,112); }
td.TdClassName
{
border-color: #8D3D70;
}
.TagClassName
{
border-color: #8D3D70;
}
</style>