Shades of Cosmic #8A3F70
Tints of Cosmic #8A3F70
RGB
CMYK
RGB Variations
Color information
#8A3F70 (or 0x8A3F70) is known color: Cosmic. HEX triplet: 8A, 3F and 70. RGB value is (138,63,112). Sum of RGB (Red+Green+Blue) = 138+63+112=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3F70 is #75C08F. Grayscale: #5A5A5A. Windows color (decimal): -7717008 or 7356298. OLE color: 7356298.
HSL color Cylindrical-coordinate representation of color #8A3F70: hue angle of 320.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A3F70 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 63 | 112 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.46 |
| HSL | 320.8º | 0.37% | 0.39% | - |
| HSV(B) | 320.8º | 0.54% | 0.54% | - |
| XYZ | 15.18 | 10.13 | 16.48 | - |
| YUV | 91.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 63 | 112 | 0 | 0.54 | 0.19 | 0.46 | 320.8 | 0.37 | 0.39 |
| Hex | 8A | 3F | 70 | 0 | 36 | 13 | 2E | 141 | 25 | 27 |
| Octal | 212 | 77 | 160 | 0 | 66 | 23 | 56 | 501 | 45 | 47 |
| Binary | 10001010 | 111111 | 1110000 | 0 | 110110 | 10011 | 101110 | 101000001 | 100101 | 100111 |
Color Harmonies of #8A3F70
Complementary color
Monochromatic Colors of #8A3F70
Black with #8A3F70
Text Example
Text Example
White with #8A3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3F70; }
p { color: rgb(138,63,112); }
H1.HeaderClassName
{
color: #8A3F70;
}
.AnyTagClassName
{
color: #8A3F70;
}
</style>
background-color css
<style>
a { background-color: #8A3F70; }
a { background-color: rgb(138,63,112); }
div.DivClassName
{
background-color: #8A3F70;
}
.BgClassName
{
background-color: #8A3F70;
}
</style>
border-color css
<style>
span { border-color: #8A3F70; }
span { border-color: rgb(138,63,112); }
td.TdClassName
{
border-color: #8A3F70;
}
.TagClassName
{
border-color: #8A3F70;
}
</style>