Shades of Cosmic #8C3C6E
Tints of Cosmic #8C3C6E
RGB
CMYK
RGB Variations
Color information
#8C3C6E (or 0x8C3C6E) is known color: Cosmic. HEX triplet: 8C, 3C and 6E. RGB value is (140,60,110). Sum of RGB (Red+Green+Blue) = 140+60+110=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3C6E is #73C391. Grayscale: #595959. Windows color (decimal): -7586706 or 7224460. OLE color: 7224460.
HSL color Cylindrical-coordinate representation of color #8C3C6E: hue angle of 322.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C3C6E is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 60 | 110 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.45 |
| HSL | 322.5º | 0.4% | 0.39% | - |
| HSV(B) | 322.5º | 0.57% | 0.55% | - |
| XYZ | 15.25 | 9.93 | 15.87 | - |
| YUV | 89.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 110 | 0 | 0.57 | 0.21 | 0.45 | 322.5 | 0.4 | 0.39 |
| Hex | 8C | 3C | 6E | 0 | 39 | 15 | 2D | 142 | 28 | 27 |
| Octal | 214 | 74 | 156 | 0 | 71 | 25 | 55 | 502 | 50 | 47 |
| Binary | 10001100 | 111100 | 1101110 | 0 | 111001 | 10101 | 101101 | 101000010 | 101000 | 100111 |
Color Harmonies of #8C3C6E
Complementary color
Monochromatic Colors of #8C3C6E
Black with #8C3C6E
Text Example
Text Example
White with #8C3C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3C6E; }
p { color: rgb(140,60,110); }
H1.HeaderClassName
{
color: #8C3C6E;
}
.AnyTagClassName
{
color: #8C3C6E;
}
</style>
background-color css
<style>
a { background-color: #8C3C6E; }
a { background-color: rgb(140,60,110); }
div.DivClassName
{
background-color: #8C3C6E;
}
.BgClassName
{
background-color: #8C3C6E;
}
</style>
border-color css
<style>
span { border-color: #8C3C6E; }
span { border-color: rgb(140,60,110); }
td.TdClassName
{
border-color: #8C3C6E;
}
.TagClassName
{
border-color: #8C3C6E;
}
</style>