Shades of Dark Orchid #883BB9
Tints of Dark Orchid #883BB9
RGB
CMYK
RGB Variations
Color information
#883BB9 (or 0x883BB9) is known color: Dark Orchid. HEX triplet: 88, 3B and B9. RGB value is (136,59,185). Sum of RGB (Red+Green+Blue) = 136+59+185=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #883BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BB9 is #77C446. Grayscale: #5F5F5F. Windows color (decimal): -7849031 or 12139400. OLE color: 12139400.
HSL color Cylindrical-coordinate representation of color #883BB9: hue angle of 276.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #883BB9 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 59 | 185 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.27 |
| HSL | 276.67º | 0.52% | 0.48% | - |
| HSV(B) | 276.67º | 0.68% | 0.73% | - |
| XYZ | 20.47 | 11.86 | 47.11 | - |
| YUV | 96.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 185 | 0.26 | 0.68 | 0 | 0.27 | 276.67 | 0.52 | 0.48 |
| Hex | 88 | 3B | B9 | 1A | 44 | 0 | 1B | 115 | 34 | 30 |
| Octal | 210 | 73 | 271 | 32 | 104 | 0 | 33 | 425 | 64 | 60 |
| Binary | 10001000 | 111011 | 10111001 | 11010 | 1000100 | 0 | 11011 | 100010101 | 110100 | 110000 |
Color Harmonies of #883BB9
Complementary color
Monochromatic Colors of #883BB9
Black with #883BB9
Text Example
Text Example
White with #883BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BB9; }
p { color: rgb(136,59,185); }
H1.HeaderClassName
{
color: #883BB9;
}
.AnyTagClassName
{
color: #883BB9;
}
</style>
background-color css
<style>
a { background-color: #883BB9; }
a { background-color: rgb(136,59,185); }
div.DivClassName
{
background-color: #883BB9;
}
.BgClassName
{
background-color: #883BB9;
}
</style>
border-color css
<style>
span { border-color: #883BB9; }
span { border-color: rgb(136,59,185); }
td.TdClassName
{
border-color: #883BB9;
}
.TagClassName
{
border-color: #883BB9;
}
</style>