Shades of Dark Orchid #8620BF
Tints of Dark Orchid #8620BF
RGB
CMYK
RGB Variations
Color information
#8620BF (or 0x8620BF) is known color: Dark Orchid. HEX triplet: 86, 20 and BF. RGB value is (134,32,191). Sum of RGB (Red+Green+Blue) = 134+32+191=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #8620BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620BF is #79DF40. Grayscale: #505050. Windows color (decimal): -7987009 or 12525702. OLE color: 12525702.
HSL color Cylindrical-coordinate representation of color #8620BF: hue angle of 278.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8620BF is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 32 | 191 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.25 |
| HSL | 278.49º | 0.71% | 0.44% | - |
| HSV(B) | 278.49º | 0.83% | 0.75% | - |
| XYZ | 19.75 | 9.86 | 50.15 | - |
| YUV | 80.62 | 190.29 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 191 | 0.30 | 0.83 | 0 | 0.25 | 278.49 | 0.71 | 0.44 |
| Hex | 86 | 20 | BF | 1E | 53 | 0 | 19 | 116 | 47 | 2C |
| Octal | 206 | 40 | 277 | 36 | 123 | 0 | 31 | 426 | 107 | 54 |
| Binary | 10000110 | 100000 | 10111111 | 11110 | 1010011 | 0 | 11001 | 100010110 | 1000111 | 101100 |
Color Harmonies of #8620BF
Complementary color
Monochromatic Colors of #8620BF
Black with #8620BF
Text Example
Text Example
White with #8620BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8620BF; }
p { color: rgb(134,32,191); }
H1.HeaderClassName
{
color: #8620BF;
}
.AnyTagClassName
{
color: #8620BF;
}
</style>
background-color css
<style>
a { background-color: #8620BF; }
a { background-color: rgb(134,32,191); }
div.DivClassName
{
background-color: #8620BF;
}
.BgClassName
{
background-color: #8620BF;
}
</style>
border-color css
<style>
span { border-color: #8620BF; }
span { border-color: rgb(134,32,191); }
td.TdClassName
{
border-color: #8620BF;
}
.TagClassName
{
border-color: #8620BF;
}
</style>