Shades of Cosmic #8A3C67
Tints of Cosmic #8A3C67
RGB
CMYK
RGB Variations
Color information
#8A3C67 (or 0x8A3C67) is known color: Cosmic. HEX triplet: 8A, 3C and 67. RGB value is (138,60,103). Sum of RGB (Red+Green+Blue) = 138+60+103=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C67 is #75C398. Grayscale: #585858. Windows color (decimal): -7717785 or 6765706. OLE color: 6765706.
HSL color Cylindrical-coordinate representation of color #8A3C67: hue angle of 326.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C67 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 60 | 103 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.46 |
| HSL | 326.92º | 0.39% | 0.39% | - |
| HSV(B) | 326.92º | 0.57% | 0.54% | - |
| XYZ | 14.55 | 9.61 | 13.92 | - |
| YUV | 88.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 103 | 0 | 0.57 | 0.25 | 0.46 | 326.92 | 0.39 | 0.39 |
| Hex | 8A | 3C | 67 | 0 | 39 | 19 | 2E | 147 | 27 | 27 |
| Octal | 212 | 74 | 147 | 0 | 71 | 31 | 56 | 507 | 47 | 47 |
| Binary | 10001010 | 111100 | 1100111 | 0 | 111001 | 11001 | 101110 | 101000111 | 100111 | 100111 |
Color Harmonies of #8A3C67
Complementary color
Monochromatic Colors of #8A3C67
Black with #8A3C67
Text Example
Text Example
White with #8A3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3C67; }
p { color: rgb(138,60,103); }
H1.HeaderClassName
{
color: #8A3C67;
}
.AnyTagClassName
{
color: #8A3C67;
}
</style>
background-color css
<style>
a { background-color: #8A3C67; }
a { background-color: rgb(138,60,103); }
div.DivClassName
{
background-color: #8A3C67;
}
.BgClassName
{
background-color: #8A3C67;
}
</style>
border-color css
<style>
span { border-color: #8A3C67; }
span { border-color: rgb(138,60,103); }
td.TdClassName
{
border-color: #8A3C67;
}
.TagClassName
{
border-color: #8A3C67;
}
</style>