Shades of Cosmic #8B4C75
Tints of Cosmic #8B4C75
RGB
CMYK
RGB Variations
Color information
#8B4C75 (or 0x8B4C75) is known color: Cosmic. HEX triplet: 8B, 4C and 75. RGB value is (139,76,117). Sum of RGB (Red+Green+Blue) = 139+76+117=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C75 is #74B38A. Grayscale: #636363. Windows color (decimal): -7648139 or 7687307. OLE color: 7687307.
HSL color Cylindrical-coordinate representation of color #8B4C75: hue angle of 320.95º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4C75 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 76 | 117 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.45 |
| HSL | 320.95º | 0.29% | 0.42% | - |
| HSV(B) | 320.95º | 0.45% | 0.55% | - |
| XYZ | 16.44 | 11.94 | 18.27 | - |
| YUV | 99.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 117 | 0 | 0.45 | 0.16 | 0.45 | 320.95 | 0.29 | 0.42 |
| Hex | 8B | 4C | 75 | 0 | 2D | 10 | 2D | 141 | 1D | 2A |
| Octal | 213 | 114 | 165 | 0 | 55 | 20 | 55 | 501 | 35 | 52 |
| Binary | 10001011 | 1001100 | 1110101 | 0 | 101101 | 10000 | 101101 | 101000001 | 11101 | 101010 |
Color Harmonies of #8B4C75
Complementary color
Monochromatic Colors of #8B4C75
Black with #8B4C75
Text Example
Text Example
White with #8B4C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4C75; }
p { color: rgb(139,76,117); }
H1.HeaderClassName
{
color: #8B4C75;
}
.AnyTagClassName
{
color: #8B4C75;
}
</style>
background-color css
<style>
a { background-color: #8B4C75; }
a { background-color: rgb(139,76,117); }
div.DivClassName
{
background-color: #8B4C75;
}
.BgClassName
{
background-color: #8B4C75;
}
</style>
border-color css
<style>
span { border-color: #8B4C75; }
span { border-color: rgb(139,76,117); }
td.TdClassName
{
border-color: #8B4C75;
}
.TagClassName
{
border-color: #8B4C75;
}
</style>