Shades of Dark Orchid #8533BB
Tints of Dark Orchid #8533BB
RGB
CMYK
RGB Variations
Color information
#8533BB (or 0x8533BB) is known color: Dark Orchid. HEX triplet: 85, 33 and BB. RGB value is (133,51,187). Sum of RGB (Red+Green+Blue) = 133+51+187=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #8533BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8533BB is #7ACC44. Grayscale: #5A5A5A. Windows color (decimal): -8047685 or 12268421. OLE color: 12268421.
HSL color Cylindrical-coordinate representation of color #8533BB: hue angle of 276.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8533BB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 51 | 187 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.27 |
| HSL | 276.18º | 0.57% | 0.47% | - |
| HSV(B) | 276.18º | 0.73% | 0.73% | - |
| XYZ | 19.83 | 10.94 | 48.08 | - |
| YUV | 91.02 | 182.17 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 51 | 187 | 0.29 | 0.73 | 0 | 0.27 | 276.18 | 0.57 | 0.47 |
| Hex | 85 | 33 | BB | 1D | 49 | 0 | 1B | 114 | 39 | 2F |
| Octal | 205 | 63 | 273 | 35 | 111 | 0 | 33 | 424 | 71 | 57 |
| Binary | 10000101 | 110011 | 10111011 | 11101 | 1001001 | 0 | 11011 | 100010100 | 111001 | 101111 |
Color Harmonies of #8533BB
Complementary color
Monochromatic Colors of #8533BB
Black with #8533BB
Text Example
Text Example
White with #8533BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8533BB; }
p { color: rgb(133,51,187); }
H1.HeaderClassName
{
color: #8533BB;
}
.AnyTagClassName
{
color: #8533BB;
}
</style>
background-color css
<style>
a { background-color: #8533BB; }
a { background-color: rgb(133,51,187); }
div.DivClassName
{
background-color: #8533BB;
}
.BgClassName
{
background-color: #8533BB;
}
</style>
border-color css
<style>
span { border-color: #8533BB; }
span { border-color: rgb(133,51,187); }
td.TdClassName
{
border-color: #8533BB;
}
.TagClassName
{
border-color: #8533BB;
}
</style>