Shades of Dark Orchid #8737CF
Tints of Dark Orchid #8737CF
RGB
CMYK
RGB Variations
Color information
#8737CF (or 0x8737CF) is known color: Dark Orchid. HEX triplet: 87, 37 and CF. RGB value is (135,55,207). Sum of RGB (Red+Green+Blue) = 135+55+207=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #8737CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8737CF is #78C830. Grayscale: #5F5F5F. Windows color (decimal): -7915569 or 13580167. OLE color: 13580167.
HSL color Cylindrical-coordinate representation of color #8737CF: hue angle of 271.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8737CF is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 55 | 207 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.19 |
| HSL | 271.58º | 0.61% | 0.51% | - |
| HSV(B) | 271.58º | 0.73% | 0.81% | - |
| XYZ | 22.62 | 12.39 | 60.23 | - |
| YUV | 96.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 207 | 0.35 | 0.73 | 0 | 0.19 | 271.58 | 0.61 | 0.51 |
| Hex | 87 | 37 | CF | 23 | 49 | 0 | 13 | 110 | 3D | 33 |
| Octal | 207 | 67 | 317 | 43 | 111 | 0 | 23 | 420 | 75 | 63 |
| Binary | 10000111 | 110111 | 11001111 | 100011 | 1001001 | 0 | 10011 | 100010000 | 111101 | 110011 |
Color Harmonies of #8737CF
Complementary color
Monochromatic Colors of #8737CF
Black with #8737CF
Text Example
Text Example
White with #8737CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8737CF; }
p { color: rgb(135,55,207); }
H1.HeaderClassName
{
color: #8737CF;
}
.AnyTagClassName
{
color: #8737CF;
}
</style>
background-color css
<style>
a { background-color: #8737CF; }
a { background-color: rgb(135,55,207); }
div.DivClassName
{
background-color: #8737CF;
}
.BgClassName
{
background-color: #8737CF;
}
</style>
border-color css
<style>
span { border-color: #8737CF; }
span { border-color: rgb(135,55,207); }
td.TdClassName
{
border-color: #8737CF;
}
.TagClassName
{
border-color: #8737CF;
}
</style>