Shades of Cosmic #8A3D6C
Tints of Cosmic #8A3D6C
RGB
CMYK
RGB Variations
Color information
#8A3D6C (or 0x8A3D6C) is known color: Cosmic. HEX triplet: 8A, 3D and 6C. RGB value is (138,61,108). Sum of RGB (Red+Green+Blue) = 138+61+108=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D6C is #75C293. Grayscale: #595959. Windows color (decimal): -7717524 or 7093642. OLE color: 7093642.
HSL color Cylindrical-coordinate representation of color #8A3D6C: hue angle of 323.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D6C is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 108 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.46 |
| HSL | 323.38º | 0.39% | 0.39% | - |
| HSV(B) | 323.38º | 0.56% | 0.54% | - |
| XYZ | 14.86 | 9.82 | 15.3 | - |
| YUV | 89.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 108 | 0 | 0.56 | 0.22 | 0.46 | 323.38 | 0.39 | 0.39 |
| Hex | 8A | 3D | 6C | 0 | 38 | 16 | 2E | 143 | 27 | 27 |
| Octal | 212 | 75 | 154 | 0 | 70 | 26 | 56 | 503 | 47 | 47 |
| Binary | 10001010 | 111101 | 1101100 | 0 | 111000 | 10110 | 101110 | 101000011 | 100111 | 100111 |
Color Harmonies of #8A3D6C
Complementary color
Monochromatic Colors of #8A3D6C
Black with #8A3D6C
Text Example
Text Example
White with #8A3D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D6C; }
p { color: rgb(138,61,108); }
H1.HeaderClassName
{
color: #8A3D6C;
}
.AnyTagClassName
{
color: #8A3D6C;
}
</style>
background-color css
<style>
a { background-color: #8A3D6C; }
a { background-color: rgb(138,61,108); }
div.DivClassName
{
background-color: #8A3D6C;
}
.BgClassName
{
background-color: #8A3D6C;
}
</style>
border-color css
<style>
span { border-color: #8A3D6C; }
span { border-color: rgb(138,61,108); }
td.TdClassName
{
border-color: #8A3D6C;
}
.TagClassName
{
border-color: #8A3D6C;
}
</style>