Shades of Dark Orchid #883AC1
Tints of Dark Orchid #883AC1
RGB
CMYK
RGB Variations
Color information
#883AC1 (or 0x883AC1) is known color: Dark Orchid. HEX triplet: 88, 3A and C1. RGB value is (136,58,193). Sum of RGB (Red+Green+Blue) = 136+58+193=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #883AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883AC1 is #77C53E. Grayscale: #606060. Windows color (decimal): -7849279 or 12663432. OLE color: 12663432.
HSL color Cylindrical-coordinate representation of color #883AC1: hue angle of 274.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883AC1 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 58 | 193 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.24 |
| HSL | 274.67º | 0.54% | 0.49% | - |
| HSV(B) | 274.67º | 0.7% | 0.76% | - |
| XYZ | 21.29 | 12.11 | 51.67 | - |
| YUV | 96.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 193 | 0.30 | 0.70 | 0 | 0.24 | 274.67 | 0.54 | 0.49 |
| Hex | 88 | 3A | C1 | 1E | 46 | 0 | 18 | 113 | 36 | 31 |
| Octal | 210 | 72 | 301 | 36 | 106 | 0 | 30 | 423 | 66 | 61 |
| Binary | 10001000 | 111010 | 11000001 | 11110 | 1000110 | 0 | 11000 | 100010011 | 110110 | 110001 |
Color Harmonies of #883AC1
Complementary color
Monochromatic Colors of #883AC1
Black with #883AC1
Text Example
Text Example
White with #883AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AC1; }
p { color: rgb(136,58,193); }
H1.HeaderClassName
{
color: #883AC1;
}
.AnyTagClassName
{
color: #883AC1;
}
</style>
background-color css
<style>
a { background-color: #883AC1; }
a { background-color: rgb(136,58,193); }
div.DivClassName
{
background-color: #883AC1;
}
.BgClassName
{
background-color: #883AC1;
}
</style>
border-color css
<style>
span { border-color: #883AC1; }
span { border-color: rgb(136,58,193); }
td.TdClassName
{
border-color: #883AC1;
}
.TagClassName
{
border-color: #883AC1;
}
</style>