Shades of Dark Orchid #8733BA
Tints of Dark Orchid #8733BA
RGB
CMYK
RGB Variations
Color information
#8733BA (or 0x8733BA) is known color: Dark Orchid. HEX triplet: 87, 33 and BA. RGB value is (135,51,186). Sum of RGB (Red+Green+Blue) = 135+51+186=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8733BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8733BA is #78CC45. Grayscale: #5B5B5B. Windows color (decimal): -7916614 or 12202887. OLE color: 12202887.
HSL color Cylindrical-coordinate representation of color #8733BA: hue angle of 277.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8733BA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 51 | 186 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.27 |
| HSL | 277.33º | 0.57% | 0.46% | - |
| HSV(B) | 277.33º | 0.73% | 0.73% | - |
| XYZ | 20.04 | 11.06 | 47.53 | - |
| YUV | 91.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 186 | 0.27 | 0.73 | 0 | 0.27 | 277.33 | 0.57 | 0.46 |
| Hex | 87 | 33 | BA | 1B | 49 | 0 | 1B | 115 | 39 | 2E |
| Octal | 207 | 63 | 272 | 33 | 111 | 0 | 33 | 425 | 71 | 56 |
| Binary | 10000111 | 110011 | 10111010 | 11011 | 1001001 | 0 | 11011 | 100010101 | 111001 | 101110 |
Color Harmonies of #8733BA
Complementary color
Monochromatic Colors of #8733BA
Black with #8733BA
Text Example
Text Example
White with #8733BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8733BA; }
p { color: rgb(135,51,186); }
H1.HeaderClassName
{
color: #8733BA;
}
.AnyTagClassName
{
color: #8733BA;
}
</style>
background-color css
<style>
a { background-color: #8733BA; }
a { background-color: rgb(135,51,186); }
div.DivClassName
{
background-color: #8733BA;
}
.BgClassName
{
background-color: #8733BA;
}
</style>
border-color css
<style>
span { border-color: #8733BA; }
span { border-color: rgb(135,51,186); }
td.TdClassName
{
border-color: #8733BA;
}
.TagClassName
{
border-color: #8733BA;
}
</style>