Shades of Cosmic #8B4172
Tints of Cosmic #8B4172
RGB
CMYK
RGB Variations
Color information
#8B4172 (or 0x8B4172) is known color: Cosmic. HEX triplet: 8B, 41 and 72. RGB value is (139,65,114). Sum of RGB (Red+Green+Blue) = 139+65+114=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4172 is #74BE8D. Grayscale: #5C5C5C. Windows color (decimal): -7650958 or 7487883. OLE color: 7487883.
HSL color Cylindrical-coordinate representation of color #8B4172: hue angle of 320.27º 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 #8B4172 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 114 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.45 |
| HSL | 320.27º | 0.36% | 0.4% | - |
| HSV(B) | 320.27º | 0.53% | 0.55% | - |
| XYZ | 15.58 | 10.48 | 17.12 | - |
| YUV | 92.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 114 | 0 | 0.53 | 0.18 | 0.45 | 320.27 | 0.36 | 0.4 |
| Hex | 8B | 41 | 72 | 0 | 35 | 12 | 2D | 140 | 24 | 28 |
| Octal | 213 | 101 | 162 | 0 | 65 | 22 | 55 | 500 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1110010 | 0 | 110101 | 10010 | 101101 | 101000000 | 100100 | 101000 |
Color Harmonies of #8B4172
Complementary color
Monochromatic Colors of #8B4172
Black with #8B4172
Text Example
Text Example
White with #8B4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4172; }
p { color: rgb(139,65,114); }
H1.HeaderClassName
{
color: #8B4172;
}
.AnyTagClassName
{
color: #8B4172;
}
</style>
background-color css
<style>
a { background-color: #8B4172; }
a { background-color: rgb(139,65,114); }
div.DivClassName
{
background-color: #8B4172;
}
.BgClassName
{
background-color: #8B4172;
}
</style>
border-color css
<style>
span { border-color: #8B4172; }
span { border-color: rgb(139,65,114); }
td.TdClassName
{
border-color: #8B4172;
}
.TagClassName
{
border-color: #8B4172;
}
</style>