Shades of Cosmic #8A3B69
Tints of Cosmic #8A3B69
RGB
CMYK
RGB Variations
Color information
#8A3B69 (or 0x8A3B69) is known color: Cosmic. HEX triplet: 8A, 3B and 69. RGB value is (138,59,105). Sum of RGB (Red+Green+Blue) = 138+59+105=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3B69 is #75C496. Grayscale: #575757. Windows color (decimal): -7718039 or 6896522. OLE color: 6896522.
HSL color Cylindrical-coordinate representation of color #8A3B69: hue angle of 325.06º degrees, saturation: 0.4, 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 #8A3B69 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 59 | 105 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.46 |
| HSL | 325.06º | 0.4% | 0.39% | - |
| HSV(B) | 325.06º | 0.57% | 0.54% | - |
| XYZ | 14.6 | 9.55 | 14.44 | - |
| YUV | 87.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 105 | 0 | 0.57 | 0.24 | 0.46 | 325.06 | 0.4 | 0.39 |
| Hex | 8A | 3B | 69 | 0 | 39 | 18 | 2E | 145 | 28 | 27 |
| Octal | 212 | 73 | 151 | 0 | 71 | 30 | 56 | 505 | 50 | 47 |
| Binary | 10001010 | 111011 | 1101001 | 0 | 111001 | 11000 | 101110 | 101000101 | 101000 | 100111 |
Color Harmonies of #8A3B69
Complementary color
Monochromatic Colors of #8A3B69
Black with #8A3B69
Text Example
Text Example
White with #8A3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3B69; }
p { color: rgb(138,59,105); }
H1.HeaderClassName
{
color: #8A3B69;
}
.AnyTagClassName
{
color: #8A3B69;
}
</style>
background-color css
<style>
a { background-color: #8A3B69; }
a { background-color: rgb(138,59,105); }
div.DivClassName
{
background-color: #8A3B69;
}
.BgClassName
{
background-color: #8A3B69;
}
</style>
border-color css
<style>
span { border-color: #8A3B69; }
span { border-color: rgb(138,59,105); }
td.TdClassName
{
border-color: #8A3B69;
}
.TagClassName
{
border-color: #8A3B69;
}
</style>