Shades of Cosmic #8A3E64
Tints of Cosmic #8A3E64
RGB
CMYK
RGB Variations
Color information
#8A3E64 (or 0x8A3E64) is known color: Cosmic. HEX triplet: 8A, 3E and 64. RGB value is (138,62,100). Sum of RGB (Red+Green+Blue) = 138+62+100=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E64 is #75C19B. Grayscale: #585858. Windows color (decimal): -7717276 or 6569610. OLE color: 6569610.
HSL color Cylindrical-coordinate representation of color #8A3E64: hue angle of 330º 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 #8A3E64 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 100 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.46 |
| HSL | 330º | 0.38% | 0.39% | - |
| HSV(B) | 330º | 0.55% | 0.54% | - |
| XYZ | 14.5 | 9.77 | 13.18 | - |
| YUV | 89.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 100 | 0 | 0.55 | 0.28 | 0.46 | 330 | 0.38 | 0.39 |
| Hex | 8A | 3E | 64 | 0 | 37 | 1C | 2E | 14A | 26 | 27 |
| Octal | 212 | 76 | 144 | 0 | 67 | 34 | 56 | 512 | 46 | 47 |
| Binary | 10001010 | 111110 | 1100100 | 0 | 110111 | 11100 | 101110 | 101001010 | 100110 | 100111 |
Color Harmonies of #8A3E64
Complementary color
Monochromatic Colors of #8A3E64
Black with #8A3E64
Text Example
Text Example
White with #8A3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E64; }
p { color: rgb(138,62,100); }
H1.HeaderClassName
{
color: #8A3E64;
}
.AnyTagClassName
{
color: #8A3E64;
}
</style>
background-color css
<style>
a { background-color: #8A3E64; }
a { background-color: rgb(138,62,100); }
div.DivClassName
{
background-color: #8A3E64;
}
.BgClassName
{
background-color: #8A3E64;
}
</style>
border-color css
<style>
span { border-color: #8A3E64; }
span { border-color: rgb(138,62,100); }
td.TdClassName
{
border-color: #8A3E64;
}
.TagClassName
{
border-color: #8A3E64;
}
</style>