Shades of Cosmic #8B4174
Tints of Cosmic #8B4174
RGB
CMYK
RGB Variations
Color information
#8B4174 (or 0x8B4174) is known color: Cosmic. HEX triplet: 8B, 41 and 74. RGB value is (139,65,116). Sum of RGB (Red+Green+Blue) = 139+65+116=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4174 is #74BE8B. Grayscale: #5C5C5C. Windows color (decimal): -7650956 or 7618955. OLE color: 7618955.
HSL color Cylindrical-coordinate representation of color #8B4174: hue angle of 318.65º 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 #8B4174 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 116 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.45 |
| HSL | 318.65º | 0.36% | 0.4% | - |
| HSV(B) | 318.65º | 0.53% | 0.55% | - |
| XYZ | 15.69 | 10.53 | 17.73 | - |
| YUV | 92.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 116 | 0 | 0.53 | 0.17 | 0.45 | 318.65 | 0.36 | 0.4 |
| Hex | 8B | 41 | 74 | 0 | 35 | 11 | 2D | 13F | 24 | 28 |
| Octal | 213 | 101 | 164 | 0 | 65 | 21 | 55 | 477 | 44 | 50 |
| Binary | 10001011 | 1000001 | 1110100 | 0 | 110101 | 10001 | 101101 | 100111111 | 100100 | 101000 |
Color Harmonies of #8B4174
Complementary color
Monochromatic Colors of #8B4174
Black with #8B4174
Text Example
Text Example
White with #8B4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4174; }
p { color: rgb(139,65,116); }
H1.HeaderClassName
{
color: #8B4174;
}
.AnyTagClassName
{
color: #8B4174;
}
</style>
background-color css
<style>
a { background-color: #8B4174; }
a { background-color: rgb(139,65,116); }
div.DivClassName
{
background-color: #8B4174;
}
.BgClassName
{
background-color: #8B4174;
}
</style>
border-color css
<style>
span { border-color: #8B4174; }
span { border-color: rgb(139,65,116); }
td.TdClassName
{
border-color: #8B4174;
}
.TagClassName
{
border-color: #8B4174;
}
</style>