Shades of Dark Orchid #8835BB
Tints of Dark Orchid #8835BB
RGB
CMYK
RGB Variations
Color information
#8835BB (or 0x8835BB) is known color: Dark Orchid. HEX triplet: 88, 35 and BB. RGB value is (136,53,187). Sum of RGB (Red+Green+Blue) = 136+53+187=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #8835BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835BB is #77CA44. Grayscale: #5C5C5C. Windows color (decimal): -7850565 or 12268936. OLE color: 12268936.
HSL color Cylindrical-coordinate representation of color #8835BB: hue angle of 277.16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8835BB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 53 | 187 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.27 |
| HSL | 277.16º | 0.56% | 0.47% | - |
| HSV(B) | 277.16º | 0.72% | 0.73% | - |
| XYZ | 20.4 | 11.37 | 48.13 | - |
| YUV | 93.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 187 | 0.27 | 0.72 | 0 | 0.27 | 277.16 | 0.56 | 0.47 |
| Hex | 88 | 35 | BB | 1B | 48 | 0 | 1B | 115 | 38 | 2F |
| Octal | 210 | 65 | 273 | 33 | 110 | 0 | 33 | 425 | 70 | 57 |
| Binary | 10001000 | 110101 | 10111011 | 11011 | 1001000 | 0 | 11011 | 100010101 | 111000 | 101111 |
Color Harmonies of #8835BB
Complementary color
Monochromatic Colors of #8835BB
Black with #8835BB
Text Example
Text Example
White with #8835BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835BB; }
p { color: rgb(136,53,187); }
H1.HeaderClassName
{
color: #8835BB;
}
.AnyTagClassName
{
color: #8835BB;
}
</style>
background-color css
<style>
a { background-color: #8835BB; }
a { background-color: rgb(136,53,187); }
div.DivClassName
{
background-color: #8835BB;
}
.BgClassName
{
background-color: #8835BB;
}
</style>
border-color css
<style>
span { border-color: #8835BB; }
span { border-color: rgb(136,53,187); }
td.TdClassName
{
border-color: #8835BB;
}
.TagClassName
{
border-color: #8835BB;
}
</style>