Shades of Dark Orchid #883EBD
Tints of Dark Orchid #883EBD
RGB
CMYK
RGB Variations
Color information
#883EBD (or 0x883EBD) is known color: Dark Orchid. HEX triplet: 88, 3E and BD. RGB value is (136,62,189). Sum of RGB (Red+Green+Blue) = 136+62+189=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #883EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883EBD is #77C142. Grayscale: #626262. Windows color (decimal): -7848259 or 12402312. OLE color: 12402312.
HSL color Cylindrical-coordinate representation of color #883EBD: hue angle of 274.96º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #883EBD is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 62 | 189 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.26 |
| HSL | 274.96º | 0.51% | 0.49% | - |
| HSV(B) | 274.96º | 0.67% | 0.74% | - |
| XYZ | 21.06 | 12.35 | 49.42 | - |
| YUV | 98.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 189 | 0.28 | 0.67 | 0 | 0.26 | 274.96 | 0.51 | 0.49 |
| Hex | 88 | 3E | BD | 1C | 43 | 0 | 1A | 113 | 33 | 31 |
| Octal | 210 | 76 | 275 | 34 | 103 | 0 | 32 | 423 | 63 | 61 |
| Binary | 10001000 | 111110 | 10111101 | 11100 | 1000011 | 0 | 11010 | 100010011 | 110011 | 110001 |
Color Harmonies of #883EBD
Complementary color
Monochromatic Colors of #883EBD
Black with #883EBD
Text Example
Text Example
White with #883EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EBD; }
p { color: rgb(136,62,189); }
H1.HeaderClassName
{
color: #883EBD;
}
.AnyTagClassName
{
color: #883EBD;
}
</style>
background-color css
<style>
a { background-color: #883EBD; }
a { background-color: rgb(136,62,189); }
div.DivClassName
{
background-color: #883EBD;
}
.BgClassName
{
background-color: #883EBD;
}
</style>
border-color css
<style>
span { border-color: #883EBD; }
span { border-color: rgb(136,62,189); }
td.TdClassName
{
border-color: #883EBD;
}
.TagClassName
{
border-color: #883EBD;
}
</style>