Shades of Dark Orchid #883ABD
Tints of Dark Orchid #883ABD
RGB
CMYK
RGB Variations
Color information
#883ABD (or 0x883ABD) is known color: Dark Orchid. HEX triplet: 88, 3A and BD. RGB value is (136,58,189). Sum of RGB (Red+Green+Blue) = 136+58+189=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #883ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ABD is #77C542. Grayscale: #5F5F5F. Windows color (decimal): -7849283 or 12401288. OLE color: 12401288.
HSL color Cylindrical-coordinate representation of color #883ABD: hue angle of 275.73º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883ABD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 58 | 189 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.26 |
| HSL | 275.73º | 0.53% | 0.48% | - |
| HSV(B) | 275.73º | 0.69% | 0.74% | - |
| XYZ | 20.85 | 11.93 | 49.35 | - |
| YUV | 96.26 | 180.34 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 189 | 0.28 | 0.69 | 0 | 0.26 | 275.73 | 0.53 | 0.48 |
| Hex | 88 | 3A | BD | 1C | 45 | 0 | 1A | 114 | 35 | 30 |
| Octal | 210 | 72 | 275 | 34 | 105 | 0 | 32 | 424 | 65 | 60 |
| Binary | 10001000 | 111010 | 10111101 | 11100 | 1000101 | 0 | 11010 | 100010100 | 110101 | 110000 |
Color Harmonies of #883ABD
Complementary color
Monochromatic Colors of #883ABD
Black with #883ABD
Text Example
Text Example
White with #883ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ABD; }
p { color: rgb(136,58,189); }
H1.HeaderClassName
{
color: #883ABD;
}
.AnyTagClassName
{
color: #883ABD;
}
</style>
background-color css
<style>
a { background-color: #883ABD; }
a { background-color: rgb(136,58,189); }
div.DivClassName
{
background-color: #883ABD;
}
.BgClassName
{
background-color: #883ABD;
}
</style>
border-color css
<style>
span { border-color: #883ABD; }
span { border-color: rgb(136,58,189); }
td.TdClassName
{
border-color: #883ABD;
}
.TagClassName
{
border-color: #883ABD;
}
</style>