Shades of Dark Orchid #883EBE
Tints of Dark Orchid #883EBE
RGB
CMYK
RGB Variations
Color information
#883EBE (or 0x883EBE) is known color: Dark Orchid. HEX triplet: 88, 3E and BE. RGB value is (136,62,190). Sum of RGB (Red+Green+Blue) = 136+62+190=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #883EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883EBE is #77C141. Grayscale: #626262. Windows color (decimal): -7848258 or 12467848. OLE color: 12467848.
HSL color Cylindrical-coordinate representation of color #883EBE: hue angle of 274.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883EBE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 62 | 190 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.25 |
| HSL | 274.69º | 0.51% | 0.49% | - |
| HSV(B) | 274.69º | 0.67% | 0.75% | - |
| XYZ | 21.17 | 12.4 | 49.99 | - |
| YUV | 98.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 190 | 0.28 | 0.67 | 0 | 0.25 | 274.69 | 0.51 | 0.49 |
| Hex | 88 | 3E | BE | 1C | 43 | 0 | 19 | 113 | 33 | 31 |
| Octal | 210 | 76 | 276 | 34 | 103 | 0 | 31 | 423 | 63 | 61 |
| Binary | 10001000 | 111110 | 10111110 | 11100 | 1000011 | 0 | 11001 | 100010011 | 110011 | 110001 |
Color Harmonies of #883EBE
Complementary color
Monochromatic Colors of #883EBE
Black with #883EBE
Text Example
Text Example
White with #883EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EBE; }
p { color: rgb(136,62,190); }
H1.HeaderClassName
{
color: #883EBE;
}
.AnyTagClassName
{
color: #883EBE;
}
</style>
background-color css
<style>
a { background-color: #883EBE; }
a { background-color: rgb(136,62,190); }
div.DivClassName
{
background-color: #883EBE;
}
.BgClassName
{
background-color: #883EBE;
}
</style>
border-color css
<style>
span { border-color: #883EBE; }
span { border-color: rgb(136,62,190); }
td.TdClassName
{
border-color: #883EBE;
}
.TagClassName
{
border-color: #883EBE;
}
</style>