Shades of Cosmic #8A3B6E
Tints of Cosmic #8A3B6E
RGB
CMYK
RGB Variations
Color information
#8A3B6E (or 0x8A3B6E) is known color: Cosmic. HEX triplet: 8A, 3B and 6E. RGB value is (138,59,110). Sum of RGB (Red+Green+Blue) = 138+59+110=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3B6E is #75C491. Grayscale: #585858. Windows color (decimal): -7718034 or 7224202. OLE color: 7224202.
HSL color Cylindrical-coordinate representation of color #8A3B6E: hue angle of 321.27º 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 #8A3B6E is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 59 | 110 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.46 |
| HSL | 321.27º | 0.4% | 0.39% | - |
| HSV(B) | 321.27º | 0.57% | 0.54% | - |
| XYZ | 14.86 | 9.66 | 15.83 | - |
| YUV | 88.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 59 | 110 | 0 | 0.57 | 0.20 | 0.46 | 321.27 | 0.4 | 0.39 |
| Hex | 8A | 3B | 6E | 0 | 39 | 14 | 2E | 141 | 28 | 27 |
| Octal | 212 | 73 | 156 | 0 | 71 | 24 | 56 | 501 | 50 | 47 |
| Binary | 10001010 | 111011 | 1101110 | 0 | 111001 | 10100 | 101110 | 101000001 | 101000 | 100111 |
Color Harmonies of #8A3B6E
Complementary color
Monochromatic Colors of #8A3B6E
Black with #8A3B6E
Text Example
Text Example
White with #8A3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3B6E; }
p { color: rgb(138,59,110); }
H1.HeaderClassName
{
color: #8A3B6E;
}
.AnyTagClassName
{
color: #8A3B6E;
}
</style>
background-color css
<style>
a { background-color: #8A3B6E; }
a { background-color: rgb(138,59,110); }
div.DivClassName
{
background-color: #8A3B6E;
}
.BgClassName
{
background-color: #8A3B6E;
}
</style>
border-color css
<style>
span { border-color: #8A3B6E; }
span { border-color: rgb(138,59,110); }
td.TdClassName
{
border-color: #8A3B6E;
}
.TagClassName
{
border-color: #8A3B6E;
}
</style>