Shades of Dark Orchid #8437BB
Tints of Dark Orchid #8437BB
RGB
CMYK
RGB Variations
Color information
#8437BB (or 0x8437BB) is known color: Dark Orchid. HEX triplet: 84, 37 and BB. RGB value is (132,55,187). Sum of RGB (Red+Green+Blue) = 132+55+187=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #8437BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437BB is #7BC844. Grayscale: #5C5C5C. Windows color (decimal): -8112197 or 12269444. OLE color: 12269444.
HSL color Cylindrical-coordinate representation of color #8437BB: hue angle of 275º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8437BB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 55 | 187 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.27 |
| HSL | 275º | 0.55% | 0.47% | - |
| HSV(B) | 275º | 0.71% | 0.73% | - |
| XYZ | 19.85 | 11.23 | 48.13 | - |
| YUV | 93.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 187 | 0.29 | 0.71 | 0 | 0.27 | 275 | 0.55 | 0.47 |
| Hex | 84 | 37 | BB | 1D | 47 | 0 | 1B | 113 | 37 | 2F |
| Octal | 204 | 67 | 273 | 35 | 107 | 0 | 33 | 423 | 67 | 57 |
| Binary | 10000100 | 110111 | 10111011 | 11101 | 1000111 | 0 | 11011 | 100010011 | 110111 | 101111 |
Color Harmonies of #8437BB
Complementary color
Monochromatic Colors of #8437BB
Black with #8437BB
Text Example
Text Example
White with #8437BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8437BB; }
p { color: rgb(132,55,187); }
H1.HeaderClassName
{
color: #8437BB;
}
.AnyTagClassName
{
color: #8437BB;
}
</style>
background-color css
<style>
a { background-color: #8437BB; }
a { background-color: rgb(132,55,187); }
div.DivClassName
{
background-color: #8437BB;
}
.BgClassName
{
background-color: #8437BB;
}
</style>
border-color css
<style>
span { border-color: #8437BB; }
span { border-color: rgb(132,55,187); }
td.TdClassName
{
border-color: #8437BB;
}
.TagClassName
{
border-color: #8437BB;
}
</style>