Shades of Dark Orchid #883BBE
Tints of Dark Orchid #883BBE
RGB
CMYK
RGB Variations
Color information
#883BBE (or 0x883BBE) is known color: Dark Orchid. HEX triplet: 88, 3B and BE. RGB value is (136,59,190). Sum of RGB (Red+Green+Blue) = 136+59+190=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #883BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BBE is #77C441. Grayscale: #606060. Windows color (decimal): -7849026 or 12467080. OLE color: 12467080.
HSL color Cylindrical-coordinate representation of color #883BBE: hue angle of 275.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883BBE is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 59 | 190 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.25 |
| HSL | 275.27º | 0.53% | 0.49% | - |
| HSV(B) | 275.27º | 0.69% | 0.75% | - |
| XYZ | 21.01 | 12.08 | 49.94 | - |
| YUV | 96.96 | 180.51 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 190 | 0.28 | 0.69 | 0 | 0.25 | 275.27 | 0.53 | 0.49 |
| Hex | 88 | 3B | BE | 1C | 45 | 0 | 19 | 113 | 35 | 31 |
| Octal | 210 | 73 | 276 | 34 | 105 | 0 | 31 | 423 | 65 | 61 |
| Binary | 10001000 | 111011 | 10111110 | 11100 | 1000101 | 0 | 11001 | 100010011 | 110101 | 110001 |
Color Harmonies of #883BBE
Complementary color
Monochromatic Colors of #883BBE
Black with #883BBE
Text Example
Text Example
White with #883BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BBE; }
p { color: rgb(136,59,190); }
H1.HeaderClassName
{
color: #883BBE;
}
.AnyTagClassName
{
color: #883BBE;
}
</style>
background-color css
<style>
a { background-color: #883BBE; }
a { background-color: rgb(136,59,190); }
div.DivClassName
{
background-color: #883BBE;
}
.BgClassName
{
background-color: #883BBE;
}
</style>
border-color css
<style>
span { border-color: #883BBE; }
span { border-color: rgb(136,59,190); }
td.TdClassName
{
border-color: #883BBE;
}
.TagClassName
{
border-color: #883BBE;
}
</style>