Shades of Cosmic #8C3F71
Tints of Cosmic #8C3F71
RGB
CMYK
RGB Variations
Color information
#8C3F71 (or 0x8C3F71) is known color: Cosmic. HEX triplet: 8C, 3F and 71. RGB value is (140,63,113). Sum of RGB (Red+Green+Blue) = 140+63+113=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F71 is #73C08E. Grayscale: #5B5B5B. Windows color (decimal): -7585935 or 7421836. OLE color: 7421836.
HSL color Cylindrical-coordinate representation of color #8C3F71: hue angle of 321.04º 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 #8C3F71 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 113 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.45 |
| HSL | 321.04º | 0.38% | 0.4% | - |
| HSV(B) | 321.04º | 0.55% | 0.55% | - |
| XYZ | 15.57 | 10.32 | 16.79 | - |
| YUV | 91.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 113 | 0 | 0.55 | 0.19 | 0.45 | 321.04 | 0.38 | 0.4 |
| Hex | 8C | 3F | 71 | 0 | 37 | 13 | 2D | 141 | 26 | 28 |
| Octal | 214 | 77 | 161 | 0 | 67 | 23 | 55 | 501 | 46 | 50 |
| Binary | 10001100 | 111111 | 1110001 | 0 | 110111 | 10011 | 101101 | 101000001 | 100110 | 101000 |
Color Harmonies of #8C3F71
Complementary color
Monochromatic Colors of #8C3F71
Black with #8C3F71
Text Example
Text Example
White with #8C3F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F71; }
p { color: rgb(140,63,113); }
H1.HeaderClassName
{
color: #8C3F71;
}
.AnyTagClassName
{
color: #8C3F71;
}
</style>
background-color css
<style>
a { background-color: #8C3F71; }
a { background-color: rgb(140,63,113); }
div.DivClassName
{
background-color: #8C3F71;
}
.BgClassName
{
background-color: #8C3F71;
}
</style>
border-color css
<style>
span { border-color: #8C3F71; }
span { border-color: rgb(140,63,113); }
td.TdClassName
{
border-color: #8C3F71;
}
.TagClassName
{
border-color: #8C3F71;
}
</style>