Shades of Dark Orchid #883BC1
Tints of Dark Orchid #883BC1
RGB
CMYK
RGB Variations
Color information
#883BC1 (or 0x883BC1) is known color: Dark Orchid. HEX triplet: 88, 3B and C1. RGB value is (136,59,193). Sum of RGB (Red+Green+Blue) = 136+59+193=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #883BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BC1 is #77C43E. Grayscale: #606060. Windows color (decimal): -7849023 or 12663688. OLE color: 12663688.
HSL color Cylindrical-coordinate representation of color #883BC1: hue angle of 274.48º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883BC1 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 59 | 193 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.24 |
| HSL | 274.48º | 0.53% | 0.49% | - |
| HSV(B) | 274.48º | 0.69% | 0.76% | - |
| XYZ | 21.34 | 12.21 | 51.68 | - |
| YUV | 97.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 193 | 0.30 | 0.69 | 0 | 0.24 | 274.48 | 0.53 | 0.49 |
| Hex | 88 | 3B | C1 | 1E | 45 | 0 | 18 | 112 | 35 | 31 |
| Octal | 210 | 73 | 301 | 36 | 105 | 0 | 30 | 422 | 65 | 61 |
| Binary | 10001000 | 111011 | 11000001 | 11110 | 1000101 | 0 | 11000 | 100010010 | 110101 | 110001 |
Color Harmonies of #883BC1
Complementary color
Monochromatic Colors of #883BC1
Black with #883BC1
Text Example
Text Example
White with #883BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BC1; }
p { color: rgb(136,59,193); }
H1.HeaderClassName
{
color: #883BC1;
}
.AnyTagClassName
{
color: #883BC1;
}
</style>
background-color css
<style>
a { background-color: #883BC1; }
a { background-color: rgb(136,59,193); }
div.DivClassName
{
background-color: #883BC1;
}
.BgClassName
{
background-color: #883BC1;
}
</style>
border-color css
<style>
span { border-color: #883BC1; }
span { border-color: rgb(136,59,193); }
td.TdClassName
{
border-color: #883BC1;
}
.TagClassName
{
border-color: #883BC1;
}
</style>