Shades of Cosmic #883B6A
Tints of Cosmic #883B6A
RGB
CMYK
RGB Variations
Color information
#883B6A (or 0x883B6A) is known color: Cosmic. HEX triplet: 88, 3B and 6A. RGB value is (136,59,106). Sum of RGB (Red+Green+Blue) = 136+59+106=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #883B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883B6A is #77C495. Grayscale: #575757. Windows color (decimal): -7849110 or 6962056. OLE color: 6962056.
HSL color Cylindrical-coordinate representation of color #883B6A: hue angle of 323.38º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883B6A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 106 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.47 |
| HSL | 323.38º | 0.39% | 0.38% | - |
| HSV(B) | 323.38º | 0.57% | 0.53% | - |
| XYZ | 14.32 | 9.4 | 14.7 | - |
| YUV | 87.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 106 | 0 | 0.57 | 0.22 | 0.47 | 323.38 | 0.39 | 0.38 |
| Hex | 88 | 3B | 6A | 0 | 39 | 16 | 2F | 143 | 27 | 26 |
| Octal | 210 | 73 | 152 | 0 | 71 | 26 | 57 | 503 | 47 | 46 |
| Binary | 10001000 | 111011 | 1101010 | 0 | 111001 | 10110 | 101111 | 101000011 | 100111 | 100110 |
Color Harmonies of #883B6A
Complementary color
Monochromatic Colors of #883B6A
Black with #883B6A
Text Example
Text Example
White with #883B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B6A; }
p { color: rgb(136,59,106); }
H1.HeaderClassName
{
color: #883B6A;
}
.AnyTagClassName
{
color: #883B6A;
}
</style>
background-color css
<style>
a { background-color: #883B6A; }
a { background-color: rgb(136,59,106); }
div.DivClassName
{
background-color: #883B6A;
}
.BgClassName
{
background-color: #883B6A;
}
</style>
border-color css
<style>
span { border-color: #883B6A; }
span { border-color: rgb(136,59,106); }
td.TdClassName
{
border-color: #883B6A;
}
.TagClassName
{
border-color: #883B6A;
}
</style>