Shades of Dark Orchid #883AC5
Tints of Dark Orchid #883AC5
RGB
CMYK
RGB Variations
Color information
#883AC5 (or 0x883AC5) is known color: Dark Orchid. HEX triplet: 88, 3A and C5. RGB value is (136,58,197). Sum of RGB (Red+Green+Blue) = 136+58+197=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #883AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883AC5 is #77C53A. Grayscale: #606060. Windows color (decimal): -7849275 or 12925576. OLE color: 12925576.
HSL color Cylindrical-coordinate representation of color #883AC5: hue angle of 273.67º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883AC5 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 58 | 197 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.23 |
| HSL | 273.67º | 0.55% | 0.5% | - |
| HSV(B) | 273.67º | 0.71% | 0.77% | - |
| XYZ | 21.74 | 12.29 | 54.05 | - |
| YUV | 97.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 197 | 0.31 | 0.71 | 0 | 0.23 | 273.67 | 0.55 | 0.5 |
| Hex | 88 | 3A | C5 | 1F | 47 | 0 | 17 | 112 | 37 | 32 |
| Octal | 210 | 72 | 305 | 37 | 107 | 0 | 27 | 422 | 67 | 62 |
| Binary | 10001000 | 111010 | 11000101 | 11111 | 1000111 | 0 | 10111 | 100010010 | 110111 | 110010 |
Color Harmonies of #883AC5
Complementary color
Monochromatic Colors of #883AC5
Black with #883AC5
Text Example
Text Example
White with #883AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AC5; }
p { color: rgb(136,58,197); }
H1.HeaderClassName
{
color: #883AC5;
}
.AnyTagClassName
{
color: #883AC5;
}
</style>
background-color css
<style>
a { background-color: #883AC5; }
a { background-color: rgb(136,58,197); }
div.DivClassName
{
background-color: #883AC5;
}
.BgClassName
{
background-color: #883AC5;
}
</style>
border-color css
<style>
span { border-color: #883AC5; }
span { border-color: rgb(136,58,197); }
td.TdClassName
{
border-color: #883AC5;
}
.TagClassName
{
border-color: #883AC5;
}
</style>