Shades of Dark Orchid #883ABB
Tints of Dark Orchid #883ABB
RGB
CMYK
RGB Variations
Color information
#883ABB (or 0x883ABB) is known color: Dark Orchid. HEX triplet: 88, 3A and BB. RGB value is (136,58,187). Sum of RGB (Red+Green+Blue) = 136+58+187=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #883ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ABB is #77C544. Grayscale: #5F5F5F. Windows color (decimal): -7849285 or 12270216. OLE color: 12270216.
HSL color Cylindrical-coordinate representation of color #883ABB: hue angle of 276.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883ABB is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 58 | 187 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.27 |
| HSL | 276.28º | 0.53% | 0.48% | - |
| HSV(B) | 276.28º | 0.69% | 0.73% | - |
| XYZ | 20.64 | 11.85 | 48.21 | - |
| YUV | 96.03 | 179.34 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 187 | 0.27 | 0.69 | 0 | 0.27 | 276.28 | 0.53 | 0.48 |
| Hex | 88 | 3A | BB | 1B | 45 | 0 | 1B | 114 | 35 | 30 |
| Octal | 210 | 72 | 273 | 33 | 105 | 0 | 33 | 424 | 65 | 60 |
| Binary | 10001000 | 111010 | 10111011 | 11011 | 1000101 | 0 | 11011 | 100010100 | 110101 | 110000 |
Color Harmonies of #883ABB
Complementary color
Monochromatic Colors of #883ABB
Black with #883ABB
Text Example
Text Example
White with #883ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ABB; }
p { color: rgb(136,58,187); }
H1.HeaderClassName
{
color: #883ABB;
}
.AnyTagClassName
{
color: #883ABB;
}
</style>
background-color css
<style>
a { background-color: #883ABB; }
a { background-color: rgb(136,58,187); }
div.DivClassName
{
background-color: #883ABB;
}
.BgClassName
{
background-color: #883ABB;
}
</style>
border-color css
<style>
span { border-color: #883ABB; }
span { border-color: rgb(136,58,187); }
td.TdClassName
{
border-color: #883ABB;
}
.TagClassName
{
border-color: #883ABB;
}
</style>