Shades of Cosmic #8B3F6F
Tints of Cosmic #8B3F6F
RGB
CMYK
RGB Variations
Color information
#8B3F6F (or 0x8B3F6F) is known color: Cosmic. HEX triplet: 8B, 3F and 6F. RGB value is (139,63,111). Sum of RGB (Red+Green+Blue) = 139+63+111=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F6F is #74C090. Grayscale: #5B5B5B. Windows color (decimal): -7651473 or 7290763. OLE color: 7290763.
HSL color Cylindrical-coordinate representation of color #8B3F6F: hue angle of 322.11º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F6F is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 111 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.45 |
| HSL | 322.11º | 0.38% | 0.4% | - |
| HSV(B) | 322.11º | 0.55% | 0.55% | - |
| XYZ | 15.29 | 10.19 | 16.2 | - |
| YUV | 91.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 111 | 0 | 0.55 | 0.20 | 0.45 | 322.11 | 0.38 | 0.4 |
| Hex | 8B | 3F | 6F | 0 | 37 | 14 | 2D | 142 | 26 | 28 |
| Octal | 213 | 77 | 157 | 0 | 67 | 24 | 55 | 502 | 46 | 50 |
| Binary | 10001011 | 111111 | 1101111 | 0 | 110111 | 10100 | 101101 | 101000010 | 100110 | 101000 |
Color Harmonies of #8B3F6F
Complementary color
Monochromatic Colors of #8B3F6F
Black with #8B3F6F
Text Example
Text Example
White with #8B3F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F6F; }
p { color: rgb(139,63,111); }
H1.HeaderClassName
{
color: #8B3F6F;
}
.AnyTagClassName
{
color: #8B3F6F;
}
</style>
background-color css
<style>
a { background-color: #8B3F6F; }
a { background-color: rgb(139,63,111); }
div.DivClassName
{
background-color: #8B3F6F;
}
.BgClassName
{
background-color: #8B3F6F;
}
</style>
border-color css
<style>
span { border-color: #8B3F6F; }
span { border-color: rgb(139,63,111); }
td.TdClassName
{
border-color: #8B3F6F;
}
.TagClassName
{
border-color: #8B3F6F;
}
</style>