Shades of Dark Orchid #8626BD
Tints of Dark Orchid #8626BD
RGB
CMYK
RGB Variations
Color information
#8626BD (or 0x8626BD) is known color: Dark Orchid. HEX triplet: 86, 26 and BD. RGB value is (134,38,189). Sum of RGB (Red+Green+Blue) = 134+38+189=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8626BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8626BD is #79D942. Grayscale: #535353. Windows color (decimal): -7985475 or 12396166. OLE color: 12396166.
HSL color Cylindrical-coordinate representation of color #8626BD: hue angle of 278.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8626BD is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 38 | 189 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.26 |
| HSL | 278.15º | 0.67% | 0.45% | - |
| HSV(B) | 278.15º | 0.8% | 0.74% | - |
| XYZ | 19.71 | 10.13 | 49.06 | - |
| YUV | 83.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 189 | 0.29 | 0.80 | 0 | 0.26 | 278.15 | 0.67 | 0.45 |
| Hex | 86 | 26 | BD | 1D | 50 | 0 | 1A | 116 | 43 | 2D |
| Octal | 206 | 46 | 275 | 35 | 120 | 0 | 32 | 426 | 103 | 55 |
| Binary | 10000110 | 100110 | 10111101 | 11101 | 1010000 | 0 | 11010 | 100010110 | 1000011 | 101101 |
Color Harmonies of #8626BD
Complementary color
Monochromatic Colors of #8626BD
Black with #8626BD
Text Example
Text Example
White with #8626BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8626BD; }
p { color: rgb(134,38,189); }
H1.HeaderClassName
{
color: #8626BD;
}
.AnyTagClassName
{
color: #8626BD;
}
</style>
background-color css
<style>
a { background-color: #8626BD; }
a { background-color: rgb(134,38,189); }
div.DivClassName
{
background-color: #8626BD;
}
.BgClassName
{
background-color: #8626BD;
}
</style>
border-color css
<style>
span { border-color: #8626BD; }
span { border-color: rgb(134,38,189); }
td.TdClassName
{
border-color: #8626BD;
}
.TagClassName
{
border-color: #8626BD;
}
</style>