Shades of Cosmic #854C72
Tints of Cosmic #854C72
RGB
CMYK
RGB Variations
Color information
#854C72 (or 0x854C72) is known color: Cosmic. HEX triplet: 85, 4C and 72. RGB value is (133,76,114). Sum of RGB (Red+Green+Blue) = 133+76+114=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #854C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C72 is #7AB38D. Grayscale: #616161. Windows color (decimal): -8041358 or 7490693. OLE color: 7490693.
HSL color Cylindrical-coordinate representation of color #854C72: hue angle of 320º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C72 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 114 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.48 |
| HSL | 320º | 0.27% | 0.41% | - |
| HSV(B) | 320º | 0.43% | 0.52% | - |
| XYZ | 15.29 | 11.37 | 17.31 | - |
| YUV | 97.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 114 | 0 | 0.43 | 0.14 | 0.48 | 320 | 0.27 | 0.41 |
| Hex | 85 | 4C | 72 | 0 | 2B | E | 30 | 140 | 1B | 29 |
| Octal | 205 | 114 | 162 | 0 | 53 | 16 | 60 | 500 | 33 | 51 |
| Binary | 10000101 | 1001100 | 1110010 | 0 | 101011 | 1110 | 110000 | 101000000 | 11011 | 101001 |
Color Harmonies of #854C72
Complementary color
Monochromatic Colors of #854C72
Black with #854C72
Text Example
Text Example
White with #854C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C72; }
p { color: rgb(133,76,114); }
H1.HeaderClassName
{
color: #854C72;
}
.AnyTagClassName
{
color: #854C72;
}
</style>
background-color css
<style>
a { background-color: #854C72; }
a { background-color: rgb(133,76,114); }
div.DivClassName
{
background-color: #854C72;
}
.BgClassName
{
background-color: #854C72;
}
</style>
border-color css
<style>
span { border-color: #854C72; }
span { border-color: rgb(133,76,114); }
td.TdClassName
{
border-color: #854C72;
}
.TagClassName
{
border-color: #854C72;
}
</style>