Shades of Cosmic #8B3C6B
Tints of Cosmic #8B3C6B
RGB
CMYK
RGB Variations
Color information
#8B3C6B (or 0x8B3C6B) is known color: Cosmic. HEX triplet: 8B, 3C and 6B. RGB value is (139,60,107). Sum of RGB (Red+Green+Blue) = 139+60+107=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3C6B is #74C394. Grayscale: #585858. Windows color (decimal): -7652245 or 7027851. OLE color: 7027851.
HSL color Cylindrical-coordinate representation of color #8B3C6B: hue angle of 324.3º 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 #8B3C6B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 60 | 107 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.45 |
| HSL | 324.3º | 0.4% | 0.39% | - |
| HSV(B) | 324.3º | 0.57% | 0.55% | - |
| XYZ | 14.92 | 9.78 | 15.01 | - |
| YUV | 88.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 107 | 0 | 0.57 | 0.23 | 0.45 | 324.3 | 0.4 | 0.39 |
| Hex | 8B | 3C | 6B | 0 | 39 | 17 | 2D | 144 | 28 | 27 |
| Octal | 213 | 74 | 153 | 0 | 71 | 27 | 55 | 504 | 50 | 47 |
| Binary | 10001011 | 111100 | 1101011 | 0 | 111001 | 10111 | 101101 | 101000100 | 101000 | 100111 |
Color Harmonies of #8B3C6B
Complementary color
Monochromatic Colors of #8B3C6B
Black with #8B3C6B
Text Example
Text Example
White with #8B3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3C6B; }
p { color: rgb(139,60,107); }
H1.HeaderClassName
{
color: #8B3C6B;
}
.AnyTagClassName
{
color: #8B3C6B;
}
</style>
background-color css
<style>
a { background-color: #8B3C6B; }
a { background-color: rgb(139,60,107); }
div.DivClassName
{
background-color: #8B3C6B;
}
.BgClassName
{
background-color: #8B3C6B;
}
</style>
border-color css
<style>
span { border-color: #8B3C6B; }
span { border-color: rgb(139,60,107); }
td.TdClassName
{
border-color: #8B3C6B;
}
.TagClassName
{
border-color: #8B3C6B;
}
</style>