Shades of Dark Orchid #8627BC
Tints of Dark Orchid #8627BC
RGB
CMYK
RGB Variations
Color information
#8627BC (or 0x8627BC) is known color: Dark Orchid. HEX triplet: 86, 27 and BC. RGB value is (134,39,188). Sum of RGB (Red+Green+Blue) = 134+39+188=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #8627BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627BC is #79D843. Grayscale: #535353. Windows color (decimal): -7985220 or 12330886. OLE color: 12330886.
HSL color Cylindrical-coordinate representation of color #8627BC: hue angle of 278.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8627BC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 39 | 188 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.26 |
| HSL | 278.26º | 0.66% | 0.45% | - |
| HSV(B) | 278.26º | 0.79% | 0.74% | - |
| XYZ | 19.63 | 10.15 | 48.5 | - |
| YUV | 84.39 | 186.47 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 188 | 0.29 | 0.79 | 0 | 0.26 | 278.26 | 0.66 | 0.45 |
| Hex | 86 | 27 | BC | 1D | 4F | 0 | 1A | 116 | 42 | 2D |
| Octal | 206 | 47 | 274 | 35 | 117 | 0 | 32 | 426 | 102 | 55 |
| Binary | 10000110 | 100111 | 10111100 | 11101 | 1001111 | 0 | 11010 | 100010110 | 1000010 | 101101 |
Color Harmonies of #8627BC
Complementary color
Monochromatic Colors of #8627BC
Black with #8627BC
Text Example
Text Example
White with #8627BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627BC; }
p { color: rgb(134,39,188); }
H1.HeaderClassName
{
color: #8627BC;
}
.AnyTagClassName
{
color: #8627BC;
}
</style>
background-color css
<style>
a { background-color: #8627BC; }
a { background-color: rgb(134,39,188); }
div.DivClassName
{
background-color: #8627BC;
}
.BgClassName
{
background-color: #8627BC;
}
</style>
border-color css
<style>
span { border-color: #8627BC; }
span { border-color: rgb(134,39,188); }
td.TdClassName
{
border-color: #8627BC;
}
.TagClassName
{
border-color: #8627BC;
}
</style>