Shades of Cosmic #8A3A6C
Tints of Cosmic #8A3A6C
RGB
CMYK
RGB Variations
Color information
#8A3A6C (or 0x8A3A6C) is known color: Cosmic. HEX triplet: 8A, 3A and 6C. RGB value is (138,58,108). Sum of RGB (Red+Green+Blue) = 138+58+108=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3A6C is #75C593. Grayscale: #575757. Windows color (decimal): -7718292 or 7092874. OLE color: 7092874.
HSL color Cylindrical-coordinate representation of color #8A3A6C: hue angle of 322.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A3A6C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 58 | 108 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.46 |
| HSL | 322.5º | 0.41% | 0.38% | - |
| HSV(B) | 322.5º | 0.58% | 0.54% | - |
| XYZ | 14.7 | 9.51 | 15.25 | - |
| YUV | 87.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 58 | 108 | 0 | 0.58 | 0.22 | 0.46 | 322.5 | 0.41 | 0.38 |
| Hex | 8A | 3A | 6C | 0 | 3A | 16 | 2E | 142 | 29 | 26 |
| Octal | 212 | 72 | 154 | 0 | 72 | 26 | 56 | 502 | 51 | 46 |
| Binary | 10001010 | 111010 | 1101100 | 0 | 111010 | 10110 | 101110 | 101000010 | 101001 | 100110 |
Color Harmonies of #8A3A6C
Complementary color
Monochromatic Colors of #8A3A6C
Black with #8A3A6C
Text Example
Text Example
White with #8A3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3A6C; }
p { color: rgb(138,58,108); }
H1.HeaderClassName
{
color: #8A3A6C;
}
.AnyTagClassName
{
color: #8A3A6C;
}
</style>
background-color css
<style>
a { background-color: #8A3A6C; }
a { background-color: rgb(138,58,108); }
div.DivClassName
{
background-color: #8A3A6C;
}
.BgClassName
{
background-color: #8A3A6C;
}
</style>
border-color css
<style>
span { border-color: #8A3A6C; }
span { border-color: rgb(138,58,108); }
td.TdClassName
{
border-color: #8A3A6C;
}
.TagClassName
{
border-color: #8A3A6C;
}
</style>