Shades of Cosmic #8C3A6D
Tints of Cosmic #8C3A6D
RGB
CMYK
RGB Variations
Color information
#8C3A6D (or 0x8C3A6D) is known color: Cosmic. HEX triplet: 8C, 3A and 6D. RGB value is (140,58,109). Sum of RGB (Red+Green+Blue) = 140+58+109=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3A6D is #73C592. Grayscale: #585858. Windows color (decimal): -7587219 or 7158412. OLE color: 7158412.
HSL color Cylindrical-coordinate representation of color #8C3A6D: hue angle of 322.68º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3A6D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 58 | 109 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.45 |
| HSL | 322.68º | 0.41% | 0.39% | - |
| HSV(B) | 322.68º | 0.59% | 0.55% | - |
| XYZ | 15.09 | 9.71 | 15.55 | - |
| YUV | 88.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 109 | 0 | 0.59 | 0.22 | 0.45 | 322.68 | 0.41 | 0.39 |
| Hex | 8C | 3A | 6D | 0 | 3B | 16 | 2D | 143 | 29 | 27 |
| Octal | 214 | 72 | 155 | 0 | 73 | 26 | 55 | 503 | 51 | 47 |
| Binary | 10001100 | 111010 | 1101101 | 0 | 111011 | 10110 | 101101 | 101000011 | 101001 | 100111 |
Color Harmonies of #8C3A6D
Complementary color
Monochromatic Colors of #8C3A6D
Black with #8C3A6D
Text Example
Text Example
White with #8C3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3A6D; }
p { color: rgb(140,58,109); }
H1.HeaderClassName
{
color: #8C3A6D;
}
.AnyTagClassName
{
color: #8C3A6D;
}
</style>
background-color css
<style>
a { background-color: #8C3A6D; }
a { background-color: rgb(140,58,109); }
div.DivClassName
{
background-color: #8C3A6D;
}
.BgClassName
{
background-color: #8C3A6D;
}
</style>
border-color css
<style>
span { border-color: #8C3A6D; }
span { border-color: rgb(140,58,109); }
td.TdClassName
{
border-color: #8C3A6D;
}
.TagClassName
{
border-color: #8C3A6D;
}
</style>