Shades of Cosmic #803B5D
Tints of Cosmic #803B5D
RGB
CMYK
RGB Variations
Color information
#803B5D (or 0x803B5D) is known color: Cosmic. HEX triplet: 80, 3B and 5D. RGB value is (128,59,93). Sum of RGB (Red+Green+Blue) = 128+59+93=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #803B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B5D is #7FC4A2. Grayscale: #535353. Windows color (decimal): -8373411 or 6110080. OLE color: 6110080.
HSL color Cylindrical-coordinate representation of color #803B5D: hue angle of 330.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B5D is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 93 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.50 |
| HSL | 330.43º | 0.37% | 0.37% | - |
| HSV(B) | 330.43º | 0.54% | 0.5% | - |
| XYZ | 12.44 | 8.51 | 11.34 | - |
| YUV | 83.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 93 | 0 | 0.54 | 0.27 | 0.50 | 330.43 | 0.37 | 0.37 |
| Hex | 80 | 3B | 5D | 0 | 36 | 1B | 32 | 14A | 25 | 25 |
| Octal | 200 | 73 | 135 | 0 | 66 | 33 | 62 | 512 | 45 | 45 |
| Binary | 10000000 | 111011 | 1011101 | 0 | 110110 | 11011 | 110010 | 101001010 | 100101 | 100101 |
Color Harmonies of #803B5D
Complementary color
Monochromatic Colors of #803B5D
Black with #803B5D
Text Example
Text Example
White with #803B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B5D; }
p { color: rgb(128,59,93); }
H1.HeaderClassName
{
color: #803B5D;
}
.AnyTagClassName
{
color: #803B5D;
}
</style>
background-color css
<style>
a { background-color: #803B5D; }
a { background-color: rgb(128,59,93); }
div.DivClassName
{
background-color: #803B5D;
}
.BgClassName
{
background-color: #803B5D;
}
</style>
border-color css
<style>
span { border-color: #803B5D; }
span { border-color: rgb(128,59,93); }
td.TdClassName
{
border-color: #803B5D;
}
.TagClassName
{
border-color: #803B5D;
}
</style>