Shades of Dark Orchid #8737BF
Tints of Dark Orchid #8737BF
RGB
CMYK
RGB Variations
Color information
#8737BF (or 0x8737BF) is known color: Dark Orchid. HEX triplet: 87, 37 and BF. RGB value is (135,55,191). Sum of RGB (Red+Green+Blue) = 135+55+191=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #8737BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737BF is #78C840. Grayscale: #5D5D5D. Windows color (decimal): -7915585 or 12531591. OLE color: 12531591.
HSL color Cylindrical-coordinate representation of color #8737BF: hue angle of 275.29º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8737BF is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 55 | 191 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.25 |
| HSL | 275.29º | 0.55% | 0.48% | - |
| HSV(B) | 275.29º | 0.71% | 0.75% | - |
| XYZ | 20.76 | 11.64 | 50.44 | - |
| YUV | 94.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 191 | 0.29 | 0.71 | 0 | 0.25 | 275.29 | 0.55 | 0.48 |
| Hex | 87 | 37 | BF | 1D | 47 | 0 | 19 | 113 | 37 | 30 |
| Octal | 207 | 67 | 277 | 35 | 107 | 0 | 31 | 423 | 67 | 60 |
| Binary | 10000111 | 110111 | 10111111 | 11101 | 1000111 | 0 | 11001 | 100010011 | 110111 | 110000 |
Color Harmonies of #8737BF
Complementary color
Monochromatic Colors of #8737BF
Black with #8737BF
Text Example
Text Example
White with #8737BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8737BF; }
p { color: rgb(135,55,191); }
H1.HeaderClassName
{
color: #8737BF;
}
.AnyTagClassName
{
color: #8737BF;
}
</style>
background-color css
<style>
a { background-color: #8737BF; }
a { background-color: rgb(135,55,191); }
div.DivClassName
{
background-color: #8737BF;
}
.BgClassName
{
background-color: #8737BF;
}
</style>
border-color css
<style>
span { border-color: #8737BF; }
span { border-color: rgb(135,55,191); }
td.TdClassName
{
border-color: #8737BF;
}
.TagClassName
{
border-color: #8737BF;
}
</style>