Shades of Cosmic #803B6B
Tints of Cosmic #803B6B
RGB
CMYK
RGB Variations
Color information
#803B6B (or 0x803B6B) is known color: Cosmic. HEX triplet: 80, 3B and 6B. RGB value is (128,59,107). Sum of RGB (Red+Green+Blue) = 128+59+107=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #803B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B6B is #7FC494. Grayscale: #545454. Windows color (decimal): -8373397 or 7027584. OLE color: 7027584.
HSL color Cylindrical-coordinate representation of color #803B6B: hue angle of 318.26º 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 #803B6B is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 107 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.50 |
| HSL | 318.26º | 0.37% | 0.37% | - |
| HSV(B) | 318.26º | 0.54% | 0.5% | - |
| XYZ | 13.12 | 8.78 | 14.91 | - |
| YUV | 85.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 107 | 0 | 0.54 | 0.16 | 0.50 | 318.26 | 0.37 | 0.37 |
| Hex | 80 | 3B | 6B | 0 | 36 | 10 | 32 | 13E | 25 | 25 |
| Octal | 200 | 73 | 153 | 0 | 66 | 20 | 62 | 476 | 45 | 45 |
| Binary | 10000000 | 111011 | 1101011 | 0 | 110110 | 10000 | 110010 | 100111110 | 100101 | 100101 |
Color Harmonies of #803B6B
Complementary color
Monochromatic Colors of #803B6B
Black with #803B6B
Text Example
Text Example
White with #803B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B6B; }
p { color: rgb(128,59,107); }
H1.HeaderClassName
{
color: #803B6B;
}
.AnyTagClassName
{
color: #803B6B;
}
</style>
background-color css
<style>
a { background-color: #803B6B; }
a { background-color: rgb(128,59,107); }
div.DivClassName
{
background-color: #803B6B;
}
.BgClassName
{
background-color: #803B6B;
}
</style>
border-color css
<style>
span { border-color: #803B6B; }
span { border-color: rgb(128,59,107); }
td.TdClassName
{
border-color: #803B6B;
}
.TagClassName
{
border-color: #803B6B;
}
</style>