Shades of Cosmic #833F6F
Tints of Cosmic #833F6F
RGB
CMYK
RGB Variations
Color information
#833F6F (or 0x833F6F) is known color: Cosmic. HEX triplet: 83, 3F and 6F. RGB value is (131,63,111). Sum of RGB (Red+Green+Blue) = 131+63+111=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #833F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833F6F is #7CC090. Grayscale: #585858. Windows color (decimal): -8175761 or 7290755. OLE color: 7290755.
HSL color Cylindrical-coordinate representation of color #833F6F: hue angle of 317.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #833F6F is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 63 | 111 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.49 |
| HSL | 317.65º | 0.35% | 0.38% | - |
| HSV(B) | 317.65º | 0.52% | 0.51% | - |
| XYZ | 14.01 | 9.53 | 16.14 | - |
| YUV | 88.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 111 | 0 | 0.52 | 0.15 | 0.49 | 317.65 | 0.35 | 0.38 |
| Hex | 83 | 3F | 6F | 0 | 34 | F | 31 | 13E | 23 | 26 |
| Octal | 203 | 77 | 157 | 0 | 64 | 17 | 61 | 476 | 43 | 46 |
| Binary | 10000011 | 111111 | 1101111 | 0 | 110100 | 1111 | 110001 | 100111110 | 100011 | 100110 |
Color Harmonies of #833F6F
Complementary color
Monochromatic Colors of #833F6F
Black with #833F6F
Text Example
Text Example
White with #833F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F6F; }
p { color: rgb(131,63,111); }
H1.HeaderClassName
{
color: #833F6F;
}
.AnyTagClassName
{
color: #833F6F;
}
</style>
background-color css
<style>
a { background-color: #833F6F; }
a { background-color: rgb(131,63,111); }
div.DivClassName
{
background-color: #833F6F;
}
.BgClassName
{
background-color: #833F6F;
}
</style>
border-color css
<style>
span { border-color: #833F6F; }
span { border-color: rgb(131,63,111); }
td.TdClassName
{
border-color: #833F6F;
}
.TagClassName
{
border-color: #833F6F;
}
</style>