Shades of Dark Orchid #883CBA
Tints of Dark Orchid #883CBA
RGB
CMYK
RGB Variations
Color information
#883CBA (or 0x883CBA) is known color: Dark Orchid. HEX triplet: 88, 3C and BA. RGB value is (136,60,186). Sum of RGB (Red+Green+Blue) = 136+60+186=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #883CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CBA is #77C345. Grayscale: #606060. Windows color (decimal): -7848774 or 12205192. OLE color: 12205192.
HSL color Cylindrical-coordinate representation of color #883CBA: hue angle of 276.19º degrees, saturation: 0.51, 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 #883CBA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 60 | 186 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.27 |
| HSL | 276.19º | 0.51% | 0.48% | - |
| HSV(B) | 276.19º | 0.68% | 0.73% | - |
| XYZ | 20.63 | 12.01 | 47.69 | - |
| YUV | 97.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 186 | 0.27 | 0.68 | 0 | 0.27 | 276.19 | 0.51 | 0.48 |
| Hex | 88 | 3C | BA | 1B | 44 | 0 | 1B | 114 | 33 | 30 |
| Octal | 210 | 74 | 272 | 33 | 104 | 0 | 33 | 424 | 63 | 60 |
| Binary | 10001000 | 111100 | 10111010 | 11011 | 1000100 | 0 | 11011 | 100010100 | 110011 | 110000 |
Color Harmonies of #883CBA
Complementary color
Monochromatic Colors of #883CBA
Black with #883CBA
Text Example
Text Example
White with #883CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CBA; }
p { color: rgb(136,60,186); }
H1.HeaderClassName
{
color: #883CBA;
}
.AnyTagClassName
{
color: #883CBA;
}
</style>
background-color css
<style>
a { background-color: #883CBA; }
a { background-color: rgb(136,60,186); }
div.DivClassName
{
background-color: #883CBA;
}
.BgClassName
{
background-color: #883CBA;
}
</style>
border-color css
<style>
span { border-color: #883CBA; }
span { border-color: rgb(136,60,186); }
td.TdClassName
{
border-color: #883CBA;
}
.TagClassName
{
border-color: #883CBA;
}
</style>