Shades of Cosmic #863C6E
Tints of Cosmic #863C6E
RGB
CMYK
RGB Variations
Color information
#863C6E (or 0x863C6E) is known color: Cosmic. HEX triplet: 86, 3C and 6E. RGB value is (134,60,110). Sum of RGB (Red+Green+Blue) = 134+60+110=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6E is #79C391. Grayscale: #575757. Windows color (decimal): -7979922 or 7224454. OLE color: 7224454.
HSL color Cylindrical-coordinate representation of color #863C6E: hue angle of 319.46º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C6E is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 110 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.47 |
| HSL | 319.46º | 0.38% | 0.38% | - |
| HSV(B) | 319.46º | 0.55% | 0.53% | - |
| XYZ | 14.26 | 9.43 | 15.82 | - |
| YUV | 87.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 110 | 0 | 0.55 | 0.18 | 0.47 | 319.46 | 0.38 | 0.38 |
| Hex | 86 | 3C | 6E | 0 | 37 | 12 | 2F | 13F | 26 | 26 |
| Octal | 206 | 74 | 156 | 0 | 67 | 22 | 57 | 477 | 46 | 46 |
| Binary | 10000110 | 111100 | 1101110 | 0 | 110111 | 10010 | 101111 | 100111111 | 100110 | 100110 |
Color Harmonies of #863C6E
Complementary color
Monochromatic Colors of #863C6E
Black with #863C6E
Text Example
Text Example
White with #863C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C6E; }
p { color: rgb(134,60,110); }
H1.HeaderClassName
{
color: #863C6E;
}
.AnyTagClassName
{
color: #863C6E;
}
</style>
background-color css
<style>
a { background-color: #863C6E; }
a { background-color: rgb(134,60,110); }
div.DivClassName
{
background-color: #863C6E;
}
.BgClassName
{
background-color: #863C6E;
}
</style>
border-color css
<style>
span { border-color: #863C6E; }
span { border-color: rgb(134,60,110); }
td.TdClassName
{
border-color: #863C6E;
}
.TagClassName
{
border-color: #863C6E;
}
</style>