Shades of Dark Orchid #8640BF
Tints of Dark Orchid #8640BF
RGB
CMYK
RGB Variations
Color information
#8640BF (or 0x8640BF) is known color: Dark Orchid. HEX triplet: 86, 40 and BF. RGB value is (134,64,191). Sum of RGB (Red+Green+Blue) = 134+64+191=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #8640BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640BF is #79BF40. Grayscale: #626262. Windows color (decimal): -7978817 or 12533894. OLE color: 12533894.
HSL color Cylindrical-coordinate representation of color #8640BF: hue angle of 273.07º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8640BF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 64 | 191 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.25 |
| HSL | 273.07º | 0.5% | 0.5% | - |
| HSV(B) | 273.07º | 0.66% | 0.75% | - |
| XYZ | 21.07 | 12.5 | 50.59 | - |
| YUV | 99.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 191 | 0.30 | 0.66 | 0 | 0.25 | 273.07 | 0.5 | 0.5 |
| Hex | 86 | 40 | BF | 1E | 42 | 0 | 19 | 111 | 32 | 32 |
| Octal | 206 | 100 | 277 | 36 | 102 | 0 | 31 | 421 | 62 | 62 |
| Binary | 10000110 | 1000000 | 10111111 | 11110 | 1000010 | 0 | 11001 | 100010001 | 110010 | 110010 |
Color Harmonies of #8640BF
Complementary color
Monochromatic Colors of #8640BF
Black with #8640BF
Text Example
Text Example
White with #8640BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8640BF; }
p { color: rgb(134,64,191); }
H1.HeaderClassName
{
color: #8640BF;
}
.AnyTagClassName
{
color: #8640BF;
}
</style>
background-color css
<style>
a { background-color: #8640BF; }
a { background-color: rgb(134,64,191); }
div.DivClassName
{
background-color: #8640BF;
}
.BgClassName
{
background-color: #8640BF;
}
</style>
border-color css
<style>
span { border-color: #8640BF; }
span { border-color: rgb(134,64,191); }
td.TdClassName
{
border-color: #8640BF;
}
.TagClassName
{
border-color: #8640BF;
}
</style>