Shades of Cosmic #8B4775
Tints of Cosmic #8B4775
RGB
CMYK
RGB Variations
Color information
#8B4775 (or 0x8B4775) is known color: Cosmic. HEX triplet: 8B, 47 and 75. RGB value is (139,71,117). Sum of RGB (Red+Green+Blue) = 139+71+117=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4775 is #74B88A. Grayscale: #606060. Windows color (decimal): -7649419 or 7686027. OLE color: 7686027.
HSL color Cylindrical-coordinate representation of color #8B4775: hue angle of 319.41º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B4775 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 117 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.45 |
| HSL | 319.41º | 0.32% | 0.41% | - |
| HSV(B) | 319.41º | 0.49% | 0.55% | - |
| XYZ | 16.11 | 11.28 | 18.16 | - |
| YUV | 96.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 117 | 0 | 0.49 | 0.16 | 0.45 | 319.41 | 0.32 | 0.41 |
| Hex | 8B | 47 | 75 | 0 | 31 | 10 | 2D | 13F | 20 | 29 |
| Octal | 213 | 107 | 165 | 0 | 61 | 20 | 55 | 477 | 40 | 51 |
| Binary | 10001011 | 1000111 | 1110101 | 0 | 110001 | 10000 | 101101 | 100111111 | 100000 | 101001 |
Color Harmonies of #8B4775
Complementary color
Monochromatic Colors of #8B4775
Black with #8B4775
Text Example
Text Example
White with #8B4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4775; }
p { color: rgb(139,71,117); }
H1.HeaderClassName
{
color: #8B4775;
}
.AnyTagClassName
{
color: #8B4775;
}
</style>
background-color css
<style>
a { background-color: #8B4775; }
a { background-color: rgb(139,71,117); }
div.DivClassName
{
background-color: #8B4775;
}
.BgClassName
{
background-color: #8B4775;
}
</style>
border-color css
<style>
span { border-color: #8B4775; }
span { border-color: rgb(139,71,117); }
td.TdClassName
{
border-color: #8B4775;
}
.TagClassName
{
border-color: #8B4775;
}
</style>