Shades of Dark Orchid #8624BA
Tints of Dark Orchid #8624BA
RGB
CMYK
RGB Variations
Color information
#8624BA (or 0x8624BA) is known color: Dark Orchid. HEX triplet: 86, 24 and BA. RGB value is (134,36,186). Sum of RGB (Red+Green+Blue) = 134+36+186=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #8624BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8624BA is #79DB45. Grayscale: #515151. Windows color (decimal): -7985990 or 12199046. OLE color: 12199046.
HSL color Cylindrical-coordinate representation of color #8624BA: hue angle of 279.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8624BA is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 36 | 186 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.27 |
| HSL | 279.2º | 0.68% | 0.44% | - |
| HSV(B) | 279.2º | 0.81% | 0.73% | - |
| XYZ | 19.33 | 9.88 | 47.34 | - |
| YUV | 82.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 186 | 0.28 | 0.81 | 0 | 0.27 | 279.2 | 0.68 | 0.44 |
| Hex | 86 | 24 | BA | 1C | 51 | 0 | 1B | 117 | 44 | 2C |
| Octal | 206 | 44 | 272 | 34 | 121 | 0 | 33 | 427 | 104 | 54 |
| Binary | 10000110 | 100100 | 10111010 | 11100 | 1010001 | 0 | 11011 | 100010111 | 1000100 | 101100 |
Color Harmonies of #8624BA
Complementary color
Monochromatic Colors of #8624BA
Black with #8624BA
Text Example
Text Example
White with #8624BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8624BA; }
p { color: rgb(134,36,186); }
H1.HeaderClassName
{
color: #8624BA;
}
.AnyTagClassName
{
color: #8624BA;
}
</style>
background-color css
<style>
a { background-color: #8624BA; }
a { background-color: rgb(134,36,186); }
div.DivClassName
{
background-color: #8624BA;
}
.BgClassName
{
background-color: #8624BA;
}
</style>
border-color css
<style>
span { border-color: #8624BA; }
span { border-color: rgb(134,36,186); }
td.TdClassName
{
border-color: #8624BA;
}
.TagClassName
{
border-color: #8624BA;
}
</style>