Shades of Cosmic #8C3D6A
Tints of Cosmic #8C3D6A
RGB
CMYK
RGB Variations
Color information
#8C3D6A (or 0x8C3D6A) is known color: Cosmic. HEX triplet: 8C, 3D and 6A. RGB value is (140,61,106). Sum of RGB (Red+Green+Blue) = 140+61+106=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3D6A is #73C295. Grayscale: #595959. Windows color (decimal): -7586454 or 6962572. OLE color: 6962572.
HSL color Cylindrical-coordinate representation of color #8C3D6A: hue angle of 325.82º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C3D6A is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 61 | 106 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.45 |
| HSL | 325.82º | 0.39% | 0.39% | - |
| HSV(B) | 325.82º | 0.56% | 0.55% | - |
| XYZ | 15.09 | 9.95 | 14.76 | - |
| YUV | 89.75 | 137.17 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 106 | 0 | 0.56 | 0.24 | 0.45 | 325.82 | 0.39 | 0.39 |
| Hex | 8C | 3D | 6A | 0 | 38 | 18 | 2D | 146 | 27 | 27 |
| Octal | 214 | 75 | 152 | 0 | 70 | 30 | 55 | 506 | 47 | 47 |
| Binary | 10001100 | 111101 | 1101010 | 0 | 111000 | 11000 | 101101 | 101000110 | 100111 | 100111 |
Color Harmonies of #8C3D6A
Complementary color
Monochromatic Colors of #8C3D6A
Black with #8C3D6A
Text Example
Text Example
White with #8C3D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3D6A; }
p { color: rgb(140,61,106); }
H1.HeaderClassName
{
color: #8C3D6A;
}
.AnyTagClassName
{
color: #8C3D6A;
}
</style>
background-color css
<style>
a { background-color: #8C3D6A; }
a { background-color: rgb(140,61,106); }
div.DivClassName
{
background-color: #8C3D6A;
}
.BgClassName
{
background-color: #8C3D6A;
}
</style>
border-color css
<style>
span { border-color: #8C3D6A; }
span { border-color: rgb(140,61,106); }
td.TdClassName
{
border-color: #8C3D6A;
}
.TagClassName
{
border-color: #8C3D6A;
}
</style>