Shades of Cosmic #853B6A
Tints of Cosmic #853B6A
RGB
CMYK
RGB Variations
Color information
#853B6A (or 0x853B6A) is known color: Cosmic. HEX triplet: 85, 3B and 6A. RGB value is (133,59,106). Sum of RGB (Red+Green+Blue) = 133+59+106=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #853B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B6A is #7AC495. Grayscale: #565656. Windows color (decimal): -8045718 or 6962053. OLE color: 6962053.
HSL color Cylindrical-coordinate representation of color #853B6A: hue angle of 321.89º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B6A is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 59 | 106 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.48 |
| HSL | 321.89º | 0.39% | 0.38% | - |
| HSV(B) | 321.89º | 0.56% | 0.52% | - |
| XYZ | 13.84 | 9.16 | 14.67 | - |
| YUV | 86.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 106 | 0 | 0.56 | 0.20 | 0.48 | 321.89 | 0.39 | 0.38 |
| Hex | 85 | 3B | 6A | 0 | 38 | 14 | 30 | 142 | 27 | 26 |
| Octal | 205 | 73 | 152 | 0 | 70 | 24 | 60 | 502 | 47 | 46 |
| Binary | 10000101 | 111011 | 1101010 | 0 | 111000 | 10100 | 110000 | 101000010 | 100111 | 100110 |
Color Harmonies of #853B6A
Complementary color
Monochromatic Colors of #853B6A
Black with #853B6A
Text Example
Text Example
White with #853B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853B6A; }
p { color: rgb(133,59,106); }
H1.HeaderClassName
{
color: #853B6A;
}
.AnyTagClassName
{
color: #853B6A;
}
</style>
background-color css
<style>
a { background-color: #853B6A; }
a { background-color: rgb(133,59,106); }
div.DivClassName
{
background-color: #853B6A;
}
.BgClassName
{
background-color: #853B6A;
}
</style>
border-color css
<style>
span { border-color: #853B6A; }
span { border-color: rgb(133,59,106); }
td.TdClassName
{
border-color: #853B6A;
}
.TagClassName
{
border-color: #853B6A;
}
</style>