Shades of Dark Orchid #8627BF
Tints of Dark Orchid #8627BF
RGB
CMYK
RGB Variations
Color information
#8627BF (or 0x8627BF) is known color: Dark Orchid. HEX triplet: 86, 27 and BF. RGB value is (134,39,191). Sum of RGB (Red+Green+Blue) = 134+39+191=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #8627BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627BF is #79D840. Grayscale: #545454. Windows color (decimal): -7985217 or 12527494. OLE color: 12527494.
HSL color Cylindrical-coordinate representation of color #8627BF: hue angle of 277.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8627BF is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 39 | 191 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.25 |
| HSL | 277.5º | 0.66% | 0.45% | - |
| HSV(B) | 277.5º | 0.8% | 0.75% | - |
| XYZ | 19.96 | 10.28 | 50.22 | - |
| YUV | 84.73 | 187.97 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 191 | 0.30 | 0.80 | 0 | 0.25 | 277.5 | 0.66 | 0.45 |
| Hex | 86 | 27 | BF | 1E | 50 | 0 | 19 | 116 | 42 | 2D |
| Octal | 206 | 47 | 277 | 36 | 120 | 0 | 31 | 426 | 102 | 55 |
| Binary | 10000110 | 100111 | 10111111 | 11110 | 1010000 | 0 | 11001 | 100010110 | 1000010 | 101101 |
Color Harmonies of #8627BF
Complementary color
Monochromatic Colors of #8627BF
Black with #8627BF
Text Example
Text Example
White with #8627BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627BF; }
p { color: rgb(134,39,191); }
H1.HeaderClassName
{
color: #8627BF;
}
.AnyTagClassName
{
color: #8627BF;
}
</style>
background-color css
<style>
a { background-color: #8627BF; }
a { background-color: rgb(134,39,191); }
div.DivClassName
{
background-color: #8627BF;
}
.BgClassName
{
background-color: #8627BF;
}
</style>
border-color css
<style>
span { border-color: #8627BF; }
span { border-color: rgb(134,39,191); }
td.TdClassName
{
border-color: #8627BF;
}
.TagClassName
{
border-color: #8627BF;
}
</style>