Shades of Cosmic #8B4875
Tints of Cosmic #8B4875
RGB
CMYK
RGB Variations
Color information
#8B4875 (or 0x8B4875) is known color: Cosmic. HEX triplet: 8B, 48 and 75. RGB value is (139,72,117). Sum of RGB (Red+Green+Blue) = 139+72+117=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4875 is #74B78A. Grayscale: #616161. Windows color (decimal): -7649163 or 7686283. OLE color: 7686283.
HSL color Cylindrical-coordinate representation of color #8B4875: hue angle of 319.7º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4875 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 117 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.45 |
| HSL | 319.7º | 0.32% | 0.41% | - |
| HSV(B) | 319.7º | 0.48% | 0.55% | - |
| XYZ | 16.18 | 11.41 | 18.18 | - |
| YUV | 97.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 117 | 0 | 0.48 | 0.16 | 0.45 | 319.7 | 0.32 | 0.41 |
| Hex | 8B | 48 | 75 | 0 | 30 | 10 | 2D | 140 | 20 | 29 |
| Octal | 213 | 110 | 165 | 0 | 60 | 20 | 55 | 500 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1110101 | 0 | 110000 | 10000 | 101101 | 101000000 | 100000 | 101001 |
Color Harmonies of #8B4875
Complementary color
Monochromatic Colors of #8B4875
Black with #8B4875
Text Example
Text Example
White with #8B4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4875; }
p { color: rgb(139,72,117); }
H1.HeaderClassName
{
color: #8B4875;
}
.AnyTagClassName
{
color: #8B4875;
}
</style>
background-color css
<style>
a { background-color: #8B4875; }
a { background-color: rgb(139,72,117); }
div.DivClassName
{
background-color: #8B4875;
}
.BgClassName
{
background-color: #8B4875;
}
</style>
border-color css
<style>
span { border-color: #8B4875; }
span { border-color: rgb(139,72,117); }
td.TdClassName
{
border-color: #8B4875;
}
.TagClassName
{
border-color: #8B4875;
}
</style>