Shades of Cosmic #8C3F70
Tints of Cosmic #8C3F70
RGB
CMYK
RGB Variations
Color information
#8C3F70 (or 0x8C3F70) is known color: Cosmic. HEX triplet: 8C, 3F and 70. RGB value is (140,63,112). Sum of RGB (Red+Green+Blue) = 140+63+112=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F70 is #73C08F. Grayscale: #5B5B5B. Windows color (decimal): -7585936 or 7356300. OLE color: 7356300.
HSL color Cylindrical-coordinate representation of color #8C3F70: hue angle of 321.82º 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 #8C3F70 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 112 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.45 |
| HSL | 321.82º | 0.38% | 0.4% | - |
| HSV(B) | 321.82º | 0.55% | 0.55% | - |
| XYZ | 15.52 | 10.3 | 16.5 | - |
| YUV | 91.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 112 | 0 | 0.55 | 0.20 | 0.45 | 321.82 | 0.38 | 0.4 |
| Hex | 8C | 3F | 70 | 0 | 37 | 14 | 2D | 142 | 26 | 28 |
| Octal | 214 | 77 | 160 | 0 | 67 | 24 | 55 | 502 | 46 | 50 |
| Binary | 10001100 | 111111 | 1110000 | 0 | 110111 | 10100 | 101101 | 101000010 | 100110 | 101000 |
Color Harmonies of #8C3F70
Complementary color
Monochromatic Colors of #8C3F70
Black with #8C3F70
Text Example
Text Example
White with #8C3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F70; }
p { color: rgb(140,63,112); }
H1.HeaderClassName
{
color: #8C3F70;
}
.AnyTagClassName
{
color: #8C3F70;
}
</style>
background-color css
<style>
a { background-color: #8C3F70; }
a { background-color: rgb(140,63,112); }
div.DivClassName
{
background-color: #8C3F70;
}
.BgClassName
{
background-color: #8C3F70;
}
</style>
border-color css
<style>
span { border-color: #8C3F70; }
span { border-color: rgb(140,63,112); }
td.TdClassName
{
border-color: #8C3F70;
}
.TagClassName
{
border-color: #8C3F70;
}
</style>