Shades of Dark Orchid #8627BD
Tints of Dark Orchid #8627BD
RGB
CMYK
RGB Variations
Color information
#8627BD (or 0x8627BD) is known color: Dark Orchid. HEX triplet: 86, 27 and BD. RGB value is (134,39,189). Sum of RGB (Red+Green+Blue) = 134+39+189=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #8627BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8627BD is #79D842. Grayscale: #545454. Windows color (decimal): -7985219 or 12396422. OLE color: 12396422.
HSL color Cylindrical-coordinate representation of color #8627BD: hue angle of 278º 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 #8627BD is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 39 | 189 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.26 |
| HSL | 278º | 0.66% | 0.45% | - |
| HSV(B) | 278º | 0.79% | 0.74% | - |
| XYZ | 19.74 | 10.19 | 49.07 | - |
| YUV | 84.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 189 | 0.29 | 0.79 | 0 | 0.26 | 278 | 0.66 | 0.45 |
| Hex | 86 | 27 | BD | 1D | 4F | 0 | 1A | 116 | 42 | 2D |
| Octal | 206 | 47 | 275 | 35 | 117 | 0 | 32 | 426 | 102 | 55 |
| Binary | 10000110 | 100111 | 10111101 | 11101 | 1001111 | 0 | 11010 | 100010110 | 1000010 | 101101 |
Color Harmonies of #8627BD
Complementary color
Monochromatic Colors of #8627BD
Black with #8627BD
Text Example
Text Example
White with #8627BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8627BD; }
p { color: rgb(134,39,189); }
H1.HeaderClassName
{
color: #8627BD;
}
.AnyTagClassName
{
color: #8627BD;
}
</style>
background-color css
<style>
a { background-color: #8627BD; }
a { background-color: rgb(134,39,189); }
div.DivClassName
{
background-color: #8627BD;
}
.BgClassName
{
background-color: #8627BD;
}
</style>
border-color css
<style>
span { border-color: #8627BD; }
span { border-color: rgb(134,39,189); }
td.TdClassName
{
border-color: #8627BD;
}
.TagClassName
{
border-color: #8627BD;
}
</style>