Shades of Cosmic #803B6A
Tints of Cosmic #803B6A
RGB
CMYK
RGB Variations
Color information
#803B6A (or 0x803B6A) is known color: Cosmic. HEX triplet: 80, 3B and 6A. RGB value is (128,59,106). Sum of RGB (Red+Green+Blue) = 128+59+106=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #803B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B6A is #7FC495. Grayscale: #545454. Windows color (decimal): -8373398 or 6962048. OLE color: 6962048.
HSL color Cylindrical-coordinate representation of color #803B6A: hue angle of 319.13º 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 #803B6A is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 106 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.50 |
| HSL | 319.13º | 0.37% | 0.37% | - |
| HSV(B) | 319.13º | 0.54% | 0.5% | - |
| XYZ | 13.07 | 8.76 | 14.64 | - |
| YUV | 84.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 106 | 0 | 0.54 | 0.17 | 0.50 | 319.13 | 0.37 | 0.37 |
| Hex | 80 | 3B | 6A | 0 | 36 | 11 | 32 | 13F | 25 | 25 |
| Octal | 200 | 73 | 152 | 0 | 66 | 21 | 62 | 477 | 45 | 45 |
| Binary | 10000000 | 111011 | 1101010 | 0 | 110110 | 10001 | 110010 | 100111111 | 100101 | 100101 |
Color Harmonies of #803B6A
Complementary color
Monochromatic Colors of #803B6A
Black with #803B6A
Text Example
Text Example
White with #803B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B6A; }
p { color: rgb(128,59,106); }
H1.HeaderClassName
{
color: #803B6A;
}
.AnyTagClassName
{
color: #803B6A;
}
</style>
background-color css
<style>
a { background-color: #803B6A; }
a { background-color: rgb(128,59,106); }
div.DivClassName
{
background-color: #803B6A;
}
.BgClassName
{
background-color: #803B6A;
}
</style>
border-color css
<style>
span { border-color: #803B6A; }
span { border-color: rgb(128,59,106); }
td.TdClassName
{
border-color: #803B6A;
}
.TagClassName
{
border-color: #803B6A;
}
</style>