Shades of Cosmic #833C62
Tints of Cosmic #833C62
RGB
CMYK
RGB Variations
Color information
#833C62 (or 0x833C62) is known color: Cosmic. HEX triplet: 83, 3C and 62. RGB value is (131,60,98). Sum of RGB (Red+Green+Blue) = 131+60+98=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #833C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C62 is #7CC39D. Grayscale: #555555. Windows color (decimal): -8176542 or 6438019. OLE color: 6438019.
HSL color Cylindrical-coordinate representation of color #833C62: hue angle of 327.89º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #833C62 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 98 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.49 |
| HSL | 327.89º | 0.37% | 0.37% | - |
| HSV(B) | 327.89º | 0.54% | 0.51% | - |
| XYZ | 13.18 | 8.94 | 12.59 | - |
| YUV | 85.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 98 | 0 | 0.54 | 0.25 | 0.49 | 327.89 | 0.37 | 0.37 |
| Hex | 83 | 3C | 62 | 0 | 36 | 19 | 31 | 148 | 25 | 25 |
| Octal | 203 | 74 | 142 | 0 | 66 | 31 | 61 | 510 | 45 | 45 |
| Binary | 10000011 | 111100 | 1100010 | 0 | 110110 | 11001 | 110001 | 101001000 | 100101 | 100101 |
Color Harmonies of #833C62
Complementary color
Monochromatic Colors of #833C62
Black with #833C62
Text Example
Text Example
White with #833C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C62; }
p { color: rgb(131,60,98); }
H1.HeaderClassName
{
color: #833C62;
}
.AnyTagClassName
{
color: #833C62;
}
</style>
background-color css
<style>
a { background-color: #833C62; }
a { background-color: rgb(131,60,98); }
div.DivClassName
{
background-color: #833C62;
}
.BgClassName
{
background-color: #833C62;
}
</style>
border-color css
<style>
span { border-color: #833C62; }
span { border-color: rgb(131,60,98); }
td.TdClassName
{
border-color: #833C62;
}
.TagClassName
{
border-color: #833C62;
}
</style>