Shades of Cosmic #8B3C67
Tints of Cosmic #8B3C67
RGB
CMYK
RGB Variations
Color information
#8B3C67 (or 0x8B3C67) is known color: Cosmic. HEX triplet: 8B, 3C and 67. RGB value is (139,60,103). Sum of RGB (Red+Green+Blue) = 139+60+103=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C67 is #74C398. Grayscale: #585858. Windows color (decimal): -7652249 or 6765707. OLE color: 6765707.
HSL color Cylindrical-coordinate representation of color #8B3C67: hue angle of 327.34º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B3C67 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 103 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.45 |
| HSL | 327.34º | 0.4% | 0.39% | - |
| HSV(B) | 327.34º | 0.57% | 0.55% | - |
| XYZ | 14.71 | 9.7 | 13.93 | - |
| YUV | 88.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 103 | 0 | 0.57 | 0.26 | 0.45 | 327.34 | 0.4 | 0.39 |
| Hex | 8B | 3C | 67 | 0 | 39 | 1A | 2D | 147 | 28 | 27 |
| Octal | 213 | 74 | 147 | 0 | 71 | 32 | 55 | 507 | 50 | 47 |
| Binary | 10001011 | 111100 | 1100111 | 0 | 111001 | 11010 | 101101 | 101000111 | 101000 | 100111 |
Color Harmonies of #8B3C67
Complementary color
Monochromatic Colors of #8B3C67
Black with #8B3C67
Text Example
Text Example
White with #8B3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C67; }
p { color: rgb(139,60,103); }
H1.HeaderClassName
{
color: #8B3C67;
}
.AnyTagClassName
{
color: #8B3C67;
}
</style>
background-color css
<style>
a { background-color: #8B3C67; }
a { background-color: rgb(139,60,103); }
div.DivClassName
{
background-color: #8B3C67;
}
.BgClassName
{
background-color: #8B3C67;
}
</style>
border-color css
<style>
span { border-color: #8B3C67; }
span { border-color: rgb(139,60,103); }
td.TdClassName
{
border-color: #8B3C67;
}
.TagClassName
{
border-color: #8B3C67;
}
</style>