Shades of Dark Orchid #8B2CC6
Tints of Dark Orchid #8B2CC6
RGB
CMYK
RGB Variations
Color information
#8B2CC6 (or 0x8B2CC6) is known color: Dark Orchid. HEX triplet: 8B, 2C and C6. RGB value is (139,44,198). Sum of RGB (Red+Green+Blue) = 139+44+198=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 198 (77.73% from 255 or 51.97% from 381); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B2CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2CC6 is #74D339. Grayscale: #595959. Windows color (decimal): -7656250 or 12987531. OLE color: 12987531.
HSL color Cylindrical-coordinate representation of color #8B2CC6: hue angle of 277.01º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B2CC6 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 44 | 198 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.22 |
| HSL | 277.01º | 0.64% | 0.47% | - |
| HSV(B) | 277.01º | 0.78% | 0.78% | - |
| XYZ | 21.74 | 11.37 | 54.47 | - |
| YUV | 89.96 | 188.97 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 198 | 0.30 | 0.78 | 0 | 0.22 | 277.01 | 0.64 | 0.47 |
| Hex | 8B | 2C | C6 | 1E | 4E | 0 | 16 | 115 | 40 | 2F |
| Octal | 213 | 54 | 306 | 36 | 116 | 0 | 26 | 425 | 100 | 57 |
| Binary | 10001011 | 101100 | 11000110 | 11110 | 1001110 | 0 | 10110 | 100010101 | 1000000 | 101111 |
Color Harmonies of #8B2CC6
Complementary color
Monochromatic Colors of #8B2CC6
Black with #8B2CC6
Text Example
Text Example
White with #8B2CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2CC6; }
p { color: rgb(139,44,198); }
H1.HeaderClassName
{
color: #8B2CC6;
}
.AnyTagClassName
{
color: #8B2CC6;
}
</style>
background-color css
<style>
a { background-color: #8B2CC6; }
a { background-color: rgb(139,44,198); }
div.DivClassName
{
background-color: #8B2CC6;
}
.BgClassName
{
background-color: #8B2CC6;
}
</style>
border-color css
<style>
span { border-color: #8B2CC6; }
span { border-color: rgb(139,44,198); }
td.TdClassName
{
border-color: #8B2CC6;
}
.TagClassName
{
border-color: #8B2CC6;
}
</style>