Shades of Dark Orchid #8832BC
Tints of Dark Orchid #8832BC
RGB
CMYK
RGB Variations
Color information
#8832BC (or 0x8832BC) is known color: Dark Orchid. HEX triplet: 88, 32 and BC. RGB value is (136,50,188). Sum of RGB (Red+Green+Blue) = 136+50+188=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #8832BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832BC is #77CD43. Grayscale: #5A5A5A. Windows color (decimal): -7851332 or 12333704. OLE color: 12333704.
HSL color Cylindrical-coordinate representation of color #8832BC: hue angle of 277.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8832BC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 50 | 188 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.26 |
| HSL | 277.39º | 0.58% | 0.47% | - |
| HSV(B) | 277.39º | 0.73% | 0.74% | - |
| XYZ | 20.37 | 11.15 | 48.65 | - |
| YUV | 91.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 188 | 0.28 | 0.73 | 0 | 0.26 | 277.39 | 0.58 | 0.47 |
| Hex | 88 | 32 | BC | 1C | 49 | 0 | 1A | 115 | 3A | 2F |
| Octal | 210 | 62 | 274 | 34 | 111 | 0 | 32 | 425 | 72 | 57 |
| Binary | 10001000 | 110010 | 10111100 | 11100 | 1001001 | 0 | 11010 | 100010101 | 111010 | 101111 |
Color Harmonies of #8832BC
Complementary color
Monochromatic Colors of #8832BC
Black with #8832BC
Text Example
Text Example
White with #8832BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8832BC; }
p { color: rgb(136,50,188); }
H1.HeaderClassName
{
color: #8832BC;
}
.AnyTagClassName
{
color: #8832BC;
}
</style>
background-color css
<style>
a { background-color: #8832BC; }
a { background-color: rgb(136,50,188); }
div.DivClassName
{
background-color: #8832BC;
}
.BgClassName
{
background-color: #8832BC;
}
</style>
border-color css
<style>
span { border-color: #8832BC; }
span { border-color: rgb(136,50,188); }
td.TdClassName
{
border-color: #8832BC;
}
.TagClassName
{
border-color: #8832BC;
}
</style>