Shades of Dark Orchid #8619B7
Tints of Dark Orchid #8619B7
RGB
CMYK
RGB Variations
Color information
#8619B7 (or 0x8619B7) is known color: Dark Orchid. HEX triplet: 86, 19 and B7. RGB value is (134,25,183). Sum of RGB (Red+Green+Blue) = 134+25+183=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #8619B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619B7 is #79E648. Grayscale: #4B4B4B. Windows color (decimal): -7988809 or 11999622. OLE color: 11999622.
HSL color Cylindrical-coordinate representation of color #8619B7: hue angle of 281.39º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8619B7 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 25 | 183 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.28 |
| HSL | 281.39º | 0.76% | 0.41% | - |
| HSV(B) | 281.39º | 0.86% | 0.72% | - |
| XYZ | 18.73 | 9.18 | 45.59 | - |
| YUV | 75.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 183 | 0.27 | 0.86 | 0 | 0.28 | 281.39 | 0.76 | 0.41 |
| Hex | 86 | 19 | B7 | 1B | 56 | 0 | 1C | 119 | 4C | 29 |
| Octal | 206 | 31 | 267 | 33 | 126 | 0 | 34 | 431 | 114 | 51 |
| Binary | 10000110 | 11001 | 10110111 | 11011 | 1010110 | 0 | 11100 | 100011001 | 1001100 | 101001 |
Color Harmonies of #8619B7
Complementary color
Monochromatic Colors of #8619B7
Black with #8619B7
Text Example
Text Example
White with #8619B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619B7; }
p { color: rgb(134,25,183); }
H1.HeaderClassName
{
color: #8619B7;
}
.AnyTagClassName
{
color: #8619B7;
}
</style>
background-color css
<style>
a { background-color: #8619B7; }
a { background-color: rgb(134,25,183); }
div.DivClassName
{
background-color: #8619B7;
}
.BgClassName
{
background-color: #8619B7;
}
</style>
border-color css
<style>
span { border-color: #8619B7; }
span { border-color: rgb(134,25,183); }
td.TdClassName
{
border-color: #8619B7;
}
.TagClassName
{
border-color: #8619B7;
}
</style>