Shades of Cosmic #8B416C
Tints of Cosmic #8B416C
RGB
CMYK
RGB Variations
Color information
#8B416C (or 0x8B416C) is known color: Cosmic. HEX triplet: 8B, 41 and 6C. RGB value is (139,65,108). Sum of RGB (Red+Green+Blue) = 139+65+108=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B416C is #74BE93. Grayscale: #5B5B5B. Windows color (decimal): -7650964 or 7094667. OLE color: 7094667.
HSL color Cylindrical-coordinate representation of color #8B416C: hue angle of 325.14º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B416C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 108 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.45 |
| HSL | 325.14º | 0.36% | 0.4% | - |
| HSV(B) | 325.14º | 0.53% | 0.55% | - |
| XYZ | 15.24 | 10.35 | 15.38 | - |
| YUV | 92.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 108 | 0 | 0.53 | 0.22 | 0.45 | 325.14 | 0.36 | 0.4 |
| Hex | 8B | 41 | 6C | 0 | 35 | 16 | 2D | 145 | 24 | 28 |
| Octal | 213 | 101 | 154 | 0 | 65 | 26 | 55 | 505 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1101100 | 0 | 110101 | 10110 | 101101 | 101000101 | 100100 | 101000 |
Color Harmonies of #8B416C
Complementary color
Monochromatic Colors of #8B416C
Black with #8B416C
Text Example
Text Example
White with #8B416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B416C; }
p { color: rgb(139,65,108); }
H1.HeaderClassName
{
color: #8B416C;
}
.AnyTagClassName
{
color: #8B416C;
}
</style>
background-color css
<style>
a { background-color: #8B416C; }
a { background-color: rgb(139,65,108); }
div.DivClassName
{
background-color: #8B416C;
}
.BgClassName
{
background-color: #8B416C;
}
</style>
border-color css
<style>
span { border-color: #8B416C; }
span { border-color: rgb(139,65,108); }
td.TdClassName
{
border-color: #8B416C;
}
.TagClassName
{
border-color: #8B416C;
}
</style>