Shades of Dark Orchid #8832B7
Tints of Dark Orchid #8832B7
RGB
CMYK
RGB Variations
Color information
#8832B7 (or 0x8832B7) is known color: Dark Orchid. HEX triplet: 88, 32 and B7. RGB value is (136,50,183). Sum of RGB (Red+Green+Blue) = 136+50+183=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #8832B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832B7 is #77CD48. Grayscale: #5A5A5A. Windows color (decimal): -7851337 or 12006024. OLE color: 12006024.
HSL color Cylindrical-coordinate representation of color #8832B7: hue angle of 278.8º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8832B7 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 50 | 183 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.28 |
| HSL | 278.8º | 0.57% | 0.46% | - |
| HSV(B) | 278.8º | 0.73% | 0.72% | - |
| XYZ | 19.84 | 10.93 | 45.86 | - |
| YUV | 90.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 183 | 0.26 | 0.73 | 0 | 0.28 | 278.8 | 0.57 | 0.46 |
| Hex | 88 | 32 | B7 | 1A | 49 | 0 | 1C | 117 | 39 | 2E |
| Octal | 210 | 62 | 267 | 32 | 111 | 0 | 34 | 427 | 71 | 56 |
| Binary | 10001000 | 110010 | 10110111 | 11010 | 1001001 | 0 | 11100 | 100010111 | 111001 | 101110 |
Color Harmonies of #8832B7
Complementary color
Monochromatic Colors of #8832B7
Black with #8832B7
Text Example
Text Example
White with #8832B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8832B7; }
p { color: rgb(136,50,183); }
H1.HeaderClassName
{
color: #8832B7;
}
.AnyTagClassName
{
color: #8832B7;
}
</style>
background-color css
<style>
a { background-color: #8832B7; }
a { background-color: rgb(136,50,183); }
div.DivClassName
{
background-color: #8832B7;
}
.BgClassName
{
background-color: #8832B7;
}
</style>
border-color css
<style>
span { border-color: #8832B7; }
span { border-color: rgb(136,50,183); }
td.TdClassName
{
border-color: #8832B7;
}
.TagClassName
{
border-color: #8832B7;
}
</style>