Shades of Dark Orchid #8B1BC6
Tints of Dark Orchid #8B1BC6
RGB
CMYK
RGB Variations
Color information
#8B1BC6 (or 0x8B1BC6) is known color: Dark Orchid. HEX triplet: 8B, 1B and C6. RGB value is (139,27,198). Sum of RGB (Red+Green+Blue) = 139+27+198=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B1BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1BC6 is #74E439. Grayscale: #4F4F4F. Windows color (decimal): -7660602 or 12983179. OLE color: 12983179.
HSL color Cylindrical-coordinate representation of color #8B1BC6: hue angle of 279.3º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1BC6 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 27 | 198 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.22 |
| HSL | 279.3º | 0.76% | 0.44% | - |
| HSV(B) | 279.3º | 0.86% | 0.78% | - |
| XYZ | 21.23 | 10.35 | 54.3 | - |
| YUV | 79.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 198 | 0.30 | 0.86 | 0 | 0.22 | 279.3 | 0.76 | 0.44 |
| Hex | 8B | 1B | C6 | 1E | 56 | 0 | 16 | 117 | 4C | 2C |
| Octal | 213 | 33 | 306 | 36 | 126 | 0 | 26 | 427 | 114 | 54 |
| Binary | 10001011 | 11011 | 11000110 | 11110 | 1010110 | 0 | 10110 | 100010111 | 1001100 | 101100 |
Color Harmonies of #8B1BC6
Complementary color
Monochromatic Colors of #8B1BC6
Black with #8B1BC6
Text Example
Text Example
White with #8B1BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1BC6; }
p { color: rgb(139,27,198); }
H1.HeaderClassName
{
color: #8B1BC6;
}
.AnyTagClassName
{
color: #8B1BC6;
}
</style>
background-color css
<style>
a { background-color: #8B1BC6; }
a { background-color: rgb(139,27,198); }
div.DivClassName
{
background-color: #8B1BC6;
}
.BgClassName
{
background-color: #8B1BC6;
}
</style>
border-color css
<style>
span { border-color: #8B1BC6; }
span { border-color: rgb(139,27,198); }
td.TdClassName
{
border-color: #8B1BC6;
}
.TagClassName
{
border-color: #8B1BC6;
}
</style>