Shades of Cosmic #833A6A
Tints of Cosmic #833A6A
RGB
CMYK
RGB Variations
Color information
#833A6A (or 0x833A6A) is known color: Cosmic. HEX triplet: 83, 3A and 6A. RGB value is (131,58,106). Sum of RGB (Red+Green+Blue) = 131+58+106=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #833A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833A6A is #7CC595. Grayscale: #555555. Windows color (decimal): -8177046 or 6961795. OLE color: 6961795.
HSL color Cylindrical-coordinate representation of color #833A6A: hue angle of 320.55º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #833A6A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 58 | 106 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.49 |
| HSL | 320.55º | 0.39% | 0.37% | - |
| HSV(B) | 320.55º | 0.56% | 0.51% | - |
| XYZ | 13.47 | 8.89 | 14.64 | - |
| YUV | 85.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 106 | 0 | 0.56 | 0.19 | 0.49 | 320.55 | 0.39 | 0.37 |
| Hex | 83 | 3A | 6A | 0 | 38 | 13 | 31 | 141 | 27 | 25 |
| Octal | 203 | 72 | 152 | 0 | 70 | 23 | 61 | 501 | 47 | 45 |
| Binary | 10000011 | 111010 | 1101010 | 0 | 111000 | 10011 | 110001 | 101000001 | 100111 | 100101 |
Color Harmonies of #833A6A
Complementary color
Monochromatic Colors of #833A6A
Black with #833A6A
Text Example
Text Example
White with #833A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833A6A; }
p { color: rgb(131,58,106); }
H1.HeaderClassName
{
color: #833A6A;
}
.AnyTagClassName
{
color: #833A6A;
}
</style>
background-color css
<style>
a { background-color: #833A6A; }
a { background-color: rgb(131,58,106); }
div.DivClassName
{
background-color: #833A6A;
}
.BgClassName
{
background-color: #833A6A;
}
</style>
border-color css
<style>
span { border-color: #833A6A; }
span { border-color: rgb(131,58,106); }
td.TdClassName
{
border-color: #833A6A;
}
.TagClassName
{
border-color: #833A6A;
}
</style>