Shades of Dark Orchid #883BBD
Tints of Dark Orchid #883BBD
RGB
CMYK
RGB Variations
Color information
#883BBD (or 0x883BBD) is known color: Dark Orchid. HEX triplet: 88, 3B and BD. RGB value is (136,59,189). Sum of RGB (Red+Green+Blue) = 136+59+189=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #883BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BBD is #77C442. Grayscale: #606060. Windows color (decimal): -7849027 or 12401544. OLE color: 12401544.
HSL color Cylindrical-coordinate representation of color #883BBD: hue angle of 275.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #883BBD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 59 | 189 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.26 |
| HSL | 275.54º | 0.52% | 0.49% | - |
| HSV(B) | 275.54º | 0.69% | 0.74% | - |
| XYZ | 20.9 | 12.04 | 49.37 | - |
| YUV | 96.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 189 | 0.28 | 0.69 | 0 | 0.26 | 275.54 | 0.52 | 0.49 |
| Hex | 88 | 3B | BD | 1C | 45 | 0 | 1A | 114 | 34 | 31 |
| Octal | 210 | 73 | 275 | 34 | 105 | 0 | 32 | 424 | 64 | 61 |
| Binary | 10001000 | 111011 | 10111101 | 11100 | 1000101 | 0 | 11010 | 100010100 | 110100 | 110001 |
Color Harmonies of #883BBD
Complementary color
Monochromatic Colors of #883BBD
Black with #883BBD
Text Example
Text Example
White with #883BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BBD; }
p { color: rgb(136,59,189); }
H1.HeaderClassName
{
color: #883BBD;
}
.AnyTagClassName
{
color: #883BBD;
}
</style>
background-color css
<style>
a { background-color: #883BBD; }
a { background-color: rgb(136,59,189); }
div.DivClassName
{
background-color: #883BBD;
}
.BgClassName
{
background-color: #883BBD;
}
</style>
border-color css
<style>
span { border-color: #883BBD; }
span { border-color: rgb(136,59,189); }
td.TdClassName
{
border-color: #883BBD;
}
.TagClassName
{
border-color: #883BBD;
}
</style>