Shades of Dark Orchid #8733B9
Tints of Dark Orchid #8733B9
RGB
CMYK
RGB Variations
Color information
#8733B9 (or 0x8733B9) is known color: Dark Orchid. HEX triplet: 87, 33 and B9. RGB value is (135,51,185). Sum of RGB (Red+Green+Blue) = 135+51+185=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #8733B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733B9 is #78CC46. Grayscale: #5A5A5A. Windows color (decimal): -7916615 or 12137351. OLE color: 12137351.
HSL color Cylindrical-coordinate representation of color #8733B9: hue angle of 277.61º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8733B9 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 51 | 185 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.27 |
| HSL | 277.61º | 0.57% | 0.46% | - |
| HSV(B) | 277.61º | 0.72% | 0.73% | - |
| XYZ | 19.93 | 11.02 | 46.98 | - |
| YUV | 91.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 185 | 0.27 | 0.72 | 0 | 0.27 | 277.61 | 0.57 | 0.46 |
| Hex | 87 | 33 | B9 | 1B | 48 | 0 | 1B | 116 | 39 | 2E |
| Octal | 207 | 63 | 271 | 33 | 110 | 0 | 33 | 426 | 71 | 56 |
| Binary | 10000111 | 110011 | 10111001 | 11011 | 1001000 | 0 | 11011 | 100010110 | 111001 | 101110 |
Color Harmonies of #8733B9
Complementary color
Monochromatic Colors of #8733B9
Black with #8733B9
Text Example
Text Example
White with #8733B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8733B9; }
p { color: rgb(135,51,185); }
H1.HeaderClassName
{
color: #8733B9;
}
.AnyTagClassName
{
color: #8733B9;
}
</style>
background-color css
<style>
a { background-color: #8733B9; }
a { background-color: rgb(135,51,185); }
div.DivClassName
{
background-color: #8733B9;
}
.BgClassName
{
background-color: #8733B9;
}
</style>
border-color css
<style>
span { border-color: #8733B9; }
span { border-color: rgb(135,51,185); }
td.TdClassName
{
border-color: #8733B9;
}
.TagClassName
{
border-color: #8733B9;
}
</style>