Shades of Cosmic #833C6A
Tints of Cosmic #833C6A
RGB
CMYK
RGB Variations
Color information
#833C6A (or 0x833C6A) is known color: Cosmic. HEX triplet: 83, 3C and 6A. RGB value is (131,60,106). Sum of RGB (Red+Green+Blue) = 131+60+106=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #833C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833C6A is #7CC395. Grayscale: #565656. Windows color (decimal): -8176534 or 6962307. OLE color: 6962307.
HSL color Cylindrical-coordinate representation of color #833C6A: hue angle of 321.13º 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 #833C6A is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 106 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.49 |
| HSL | 321.13º | 0.37% | 0.37% | - |
| HSV(B) | 321.13º | 0.54% | 0.51% | - |
| XYZ | 13.58 | 9.1 | 14.68 | - |
| YUV | 86.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 106 | 0 | 0.54 | 0.19 | 0.49 | 321.13 | 0.37 | 0.37 |
| Hex | 83 | 3C | 6A | 0 | 36 | 13 | 31 | 141 | 25 | 25 |
| Octal | 203 | 74 | 152 | 0 | 66 | 23 | 61 | 501 | 45 | 45 |
| Binary | 10000011 | 111100 | 1101010 | 0 | 110110 | 10011 | 110001 | 101000001 | 100101 | 100101 |
Color Harmonies of #833C6A
Complementary color
Monochromatic Colors of #833C6A
Black with #833C6A
Text Example
Text Example
White with #833C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C6A; }
p { color: rgb(131,60,106); }
H1.HeaderClassName
{
color: #833C6A;
}
.AnyTagClassName
{
color: #833C6A;
}
</style>
background-color css
<style>
a { background-color: #833C6A; }
a { background-color: rgb(131,60,106); }
div.DivClassName
{
background-color: #833C6A;
}
.BgClassName
{
background-color: #833C6A;
}
</style>
border-color css
<style>
span { border-color: #833C6A; }
span { border-color: rgb(131,60,106); }
td.TdClassName
{
border-color: #833C6A;
}
.TagClassName
{
border-color: #833C6A;
}
</style>