Shades of Cosmic #803A5D
Tints of Cosmic #803A5D
RGB
CMYK
RGB Variations
Color information
#803A5D (or 0x803A5D) is known color: Cosmic. HEX triplet: 80, 3A and 5D. RGB value is (128,58,93). Sum of RGB (Red+Green+Blue) = 128+58+93=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #803A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803A5D is #7FC5A2. Grayscale: #525252. Windows color (decimal): -8373667 or 6109824. OLE color: 6109824.
HSL color Cylindrical-coordinate representation of color #803A5D: hue angle of 330º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A5D is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 93 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.50 |
| HSL | 330º | 0.38% | 0.36% | - |
| HSV(B) | 330º | 0.55% | 0.5% | - |
| XYZ | 12.39 | 8.41 | 11.33 | - |
| YUV | 82.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 93 | 0 | 0.55 | 0.27 | 0.50 | 330 | 0.38 | 0.36 |
| Hex | 80 | 3A | 5D | 0 | 37 | 1B | 32 | 14A | 26 | 24 |
| Octal | 200 | 72 | 135 | 0 | 67 | 33 | 62 | 512 | 46 | 44 |
| Binary | 10000000 | 111010 | 1011101 | 0 | 110111 | 11011 | 110010 | 101001010 | 100110 | 100100 |
Color Harmonies of #803A5D
Complementary color
Monochromatic Colors of #803A5D
Black with #803A5D
Text Example
Text Example
White with #803A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A5D; }
p { color: rgb(128,58,93); }
H1.HeaderClassName
{
color: #803A5D;
}
.AnyTagClassName
{
color: #803A5D;
}
</style>
background-color css
<style>
a { background-color: #803A5D; }
a { background-color: rgb(128,58,93); }
div.DivClassName
{
background-color: #803A5D;
}
.BgClassName
{
background-color: #803A5D;
}
</style>
border-color css
<style>
span { border-color: #803A5D; }
span { border-color: rgb(128,58,93); }
td.TdClassName
{
border-color: #803A5D;
}
.TagClassName
{
border-color: #803A5D;
}
</style>