Shades of Cosmic #8A3E6D
Tints of Cosmic #8A3E6D
RGB
CMYK
RGB Variations
Color information
#8A3E6D (or 0x8A3E6D) is known color: Cosmic. HEX triplet: 8A, 3E and 6D. RGB value is (138,62,109). Sum of RGB (Red+Green+Blue) = 138+62+109=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E6D is #75C192. Grayscale: #595959. Windows color (decimal): -7717267 or 7159434. OLE color: 7159434.
HSL color Cylindrical-coordinate representation of color #8A3E6D: hue angle of 322.89º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E6D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 109 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.46 |
| HSL | 322.89º | 0.38% | 0.39% | - |
| HSV(B) | 322.89º | 0.55% | 0.54% | - |
| XYZ | 14.96 | 9.95 | 15.6 | - |
| YUV | 90.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 109 | 0 | 0.55 | 0.21 | 0.46 | 322.89 | 0.38 | 0.39 |
| Hex | 8A | 3E | 6D | 0 | 37 | 15 | 2E | 143 | 26 | 27 |
| Octal | 212 | 76 | 155 | 0 | 67 | 25 | 56 | 503 | 46 | 47 |
| Binary | 10001010 | 111110 | 1101101 | 0 | 110111 | 10101 | 101110 | 101000011 | 100110 | 100111 |
Color Harmonies of #8A3E6D
Complementary color
Monochromatic Colors of #8A3E6D
Black with #8A3E6D
Text Example
Text Example
White with #8A3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E6D; }
p { color: rgb(138,62,109); }
H1.HeaderClassName
{
color: #8A3E6D;
}
.AnyTagClassName
{
color: #8A3E6D;
}
</style>
background-color css
<style>
a { background-color: #8A3E6D; }
a { background-color: rgb(138,62,109); }
div.DivClassName
{
background-color: #8A3E6D;
}
.BgClassName
{
background-color: #8A3E6D;
}
</style>
border-color css
<style>
span { border-color: #8A3E6D; }
span { border-color: rgb(138,62,109); }
td.TdClassName
{
border-color: #8A3E6D;
}
.TagClassName
{
border-color: #8A3E6D;
}
</style>