Shades of Dark Orchid #883ABA
Tints of Dark Orchid #883ABA
RGB
CMYK
RGB Variations
Color information
#883ABA (or 0x883ABA) is known color: Dark Orchid. HEX triplet: 88, 3A and BA. RGB value is (136,58,186). Sum of RGB (Red+Green+Blue) = 136+58+186=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #883ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ABA is #77C545. Grayscale: #5F5F5F. Windows color (decimal): -7849286 or 12204680. OLE color: 12204680.
HSL color Cylindrical-coordinate representation of color #883ABA: hue angle of 276.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883ABA is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 58 | 186 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.27 |
| HSL | 276.56º | 0.52% | 0.48% | - |
| HSV(B) | 276.56º | 0.69% | 0.73% | - |
| XYZ | 20.53 | 11.81 | 47.65 | - |
| YUV | 95.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 186 | 0.27 | 0.69 | 0 | 0.27 | 276.56 | 0.52 | 0.48 |
| Hex | 88 | 3A | BA | 1B | 45 | 0 | 1B | 115 | 34 | 30 |
| Octal | 210 | 72 | 272 | 33 | 105 | 0 | 33 | 425 | 64 | 60 |
| Binary | 10001000 | 111010 | 10111010 | 11011 | 1000101 | 0 | 11011 | 100010101 | 110100 | 110000 |
Color Harmonies of #883ABA
Complementary color
Monochromatic Colors of #883ABA
Black with #883ABA
Text Example
Text Example
White with #883ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ABA; }
p { color: rgb(136,58,186); }
H1.HeaderClassName
{
color: #883ABA;
}
.AnyTagClassName
{
color: #883ABA;
}
</style>
background-color css
<style>
a { background-color: #883ABA; }
a { background-color: rgb(136,58,186); }
div.DivClassName
{
background-color: #883ABA;
}
.BgClassName
{
background-color: #883ABA;
}
</style>
border-color css
<style>
span { border-color: #883ABA; }
span { border-color: rgb(136,58,186); }
td.TdClassName
{
border-color: #883ABA;
}
.TagClassName
{
border-color: #883ABA;
}
</style>