Shades of Dark Orchid #883BD0
Tints of Dark Orchid #883BD0
RGB
CMYK
RGB Variations
Color information
#883BD0 (or 0x883BD0) is known color: Dark Orchid. HEX triplet: 88, 3B and D0. RGB value is (136,59,208). Sum of RGB (Red+Green+Blue) = 136+59+208=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #883BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BD0 is #77C42F. Grayscale: #626262. Windows color (decimal): -7849008 or 13646728. OLE color: 13646728.
HSL color Cylindrical-coordinate representation of color #883BD0: hue angle of 271.01º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883BD0 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 59 | 208 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.18 |
| HSL | 271.01º | 0.61% | 0.52% | - |
| HSV(B) | 271.01º | 0.72% | 0.82% | - |
| XYZ | 23.1 | 12.92 | 60.95 | - |
| YUV | 99.01 | 189.51 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 208 | 0.35 | 0.72 | 0 | 0.18 | 271.01 | 0.61 | 0.52 |
| Hex | 88 | 3B | D0 | 23 | 48 | 0 | 12 | 10F | 3D | 34 |
| Octal | 210 | 73 | 320 | 43 | 110 | 0 | 22 | 417 | 75 | 64 |
| Binary | 10001000 | 111011 | 11010000 | 100011 | 1001000 | 0 | 10010 | 100001111 | 111101 | 110100 |
Color Harmonies of #883BD0
Complementary color
Monochromatic Colors of #883BD0
Black with #883BD0
Text Example
Text Example
White with #883BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BD0; }
p { color: rgb(136,59,208); }
H1.HeaderClassName
{
color: #883BD0;
}
.AnyTagClassName
{
color: #883BD0;
}
</style>
background-color css
<style>
a { background-color: #883BD0; }
a { background-color: rgb(136,59,208); }
div.DivClassName
{
background-color: #883BD0;
}
.BgClassName
{
background-color: #883BD0;
}
</style>
border-color css
<style>
span { border-color: #883BD0; }
span { border-color: rgb(136,59,208); }
td.TdClassName
{
border-color: #883BD0;
}
.TagClassName
{
border-color: #883BD0;
}
</style>