Shades of Dark Purple #883083
Tints of Dark Purple #883083
RGB
CMYK
RGB Variations
Color information
#883083 (or 0x883083) is known color: Dark Purple. HEX triplet: 88, 30 and 83. RGB value is (136,48,131). Sum of RGB (Red+Green+Blue) = 136+48+131=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883083 is #77CF7C. Grayscale: #535353. Windows color (decimal): -7851901 or 8597640. OLE color: 8597640.
HSL color Cylindrical-coordinate representation of color #883083: hue angle of 303.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883083 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 131 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.47 |
| HSL | 303.41º | 0.48% | 0.36% | - |
| HSV(B) | 303.41º | 0.65% | 0.53% | - |
| XYZ | 15.31 | 8.99 | 22.4 | - |
| YUV | 83.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 131 | 0 | 0.65 | 0.04 | 0.47 | 303.41 | 0.48 | 0.36 |
| Hex | 88 | 30 | 83 | 0 | 41 | 4 | 2F | 12F | 30 | 24 |
| Octal | 210 | 60 | 203 | 0 | 101 | 4 | 57 | 457 | 60 | 44 |
| Binary | 10001000 | 110000 | 10000011 | 0 | 1000001 | 100 | 101111 | 100101111 | 110000 | 100100 |
Color Harmonies of #883083
Complementary color
Monochromatic Colors of #883083
Black with #883083
Text Example
Text Example
White with #883083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883083; }
p { color: rgb(136,48,131); }
H1.HeaderClassName
{
color: #883083;
}
.AnyTagClassName
{
color: #883083;
}
</style>
background-color css
<style>
a { background-color: #883083; }
a { background-color: rgb(136,48,131); }
div.DivClassName
{
background-color: #883083;
}
.BgClassName
{
background-color: #883083;
}
</style>
border-color css
<style>
span { border-color: #883083; }
span { border-color: rgb(136,48,131); }
td.TdClassName
{
border-color: #883083;
}
.TagClassName
{
border-color: #883083;
}
</style>