Shades of Cosmic #8A3E6A
Tints of Cosmic #8A3E6A
RGB
CMYK
RGB Variations
Color information
#8A3E6A (or 0x8A3E6A) is known color: Cosmic. HEX triplet: 8A, 3E and 6A. RGB value is (138,62,106). Sum of RGB (Red+Green+Blue) = 138+62+106=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E6A is #75C195. Grayscale: #595959. Windows color (decimal): -7717270 or 6962826. OLE color: 6962826.
HSL color Cylindrical-coordinate representation of color #8A3E6A: hue angle of 325.26º 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 #8A3E6A is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 106 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.46 |
| HSL | 325.26º | 0.38% | 0.39% | - |
| HSV(B) | 325.26º | 0.55% | 0.54% | - |
| XYZ | 14.81 | 9.89 | 14.76 | - |
| YUV | 89.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 106 | 0 | 0.55 | 0.23 | 0.46 | 325.26 | 0.38 | 0.39 |
| Hex | 8A | 3E | 6A | 0 | 37 | 17 | 2E | 145 | 26 | 27 |
| Octal | 212 | 76 | 152 | 0 | 67 | 27 | 56 | 505 | 46 | 47 |
| Binary | 10001010 | 111110 | 1101010 | 0 | 110111 | 10111 | 101110 | 101000101 | 100110 | 100111 |
Color Harmonies of #8A3E6A
Complementary color
Monochromatic Colors of #8A3E6A
Black with #8A3E6A
Text Example
Text Example
White with #8A3E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E6A; }
p { color: rgb(138,62,106); }
H1.HeaderClassName
{
color: #8A3E6A;
}
.AnyTagClassName
{
color: #8A3E6A;
}
</style>
background-color css
<style>
a { background-color: #8A3E6A; }
a { background-color: rgb(138,62,106); }
div.DivClassName
{
background-color: #8A3E6A;
}
.BgClassName
{
background-color: #8A3E6A;
}
</style>
border-color css
<style>
span { border-color: #8A3E6A; }
span { border-color: rgb(138,62,106); }
td.TdClassName
{
border-color: #8A3E6A;
}
.TagClassName
{
border-color: #8A3E6A;
}
</style>