Shades of Cosmic #853F6C
Tints of Cosmic #853F6C
RGB
CMYK
RGB Variations
Color information
#853F6C (or 0x853F6C) is known color: Cosmic. HEX triplet: 85, 3F and 6C. RGB value is (133,63,108). Sum of RGB (Red+Green+Blue) = 133+63+108=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853F6C is #7AC093. Grayscale: #585858. Windows color (decimal): -8044692 or 7094149. OLE color: 7094149.
HSL color Cylindrical-coordinate representation of color #853F6C: hue angle of 321.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F6C is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 63 | 108 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.48 |
| HSL | 321.43º | 0.36% | 0.38% | - |
| HSV(B) | 321.43º | 0.53% | 0.52% | - |
| XYZ | 14.16 | 9.62 | 15.3 | - |
| YUV | 89.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 108 | 0 | 0.53 | 0.19 | 0.48 | 321.43 | 0.36 | 0.38 |
| Hex | 85 | 3F | 6C | 0 | 35 | 13 | 30 | 141 | 24 | 26 |
| Octal | 205 | 77 | 154 | 0 | 65 | 23 | 60 | 501 | 44 | 46 |
| Binary | 10000101 | 111111 | 1101100 | 0 | 110101 | 10011 | 110000 | 101000001 | 100100 | 100110 |
Color Harmonies of #853F6C
Complementary color
Monochromatic Colors of #853F6C
Black with #853F6C
Text Example
Text Example
White with #853F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853F6C; }
p { color: rgb(133,63,108); }
H1.HeaderClassName
{
color: #853F6C;
}
.AnyTagClassName
{
color: #853F6C;
}
</style>
background-color css
<style>
a { background-color: #853F6C; }
a { background-color: rgb(133,63,108); }
div.DivClassName
{
background-color: #853F6C;
}
.BgClassName
{
background-color: #853F6C;
}
</style>
border-color css
<style>
span { border-color: #853F6C; }
span { border-color: rgb(133,63,108); }
td.TdClassName
{
border-color: #853F6C;
}
.TagClassName
{
border-color: #853F6C;
}
</style>