Shades of Dark Orchid #8B2CC0
Tints of Dark Orchid #8B2CC0
RGB
CMYK
RGB Variations
Color information
#8B2CC0 (or 0x8B2CC0) is known color: Dark Orchid. HEX triplet: 8B, 2C and C0. RGB value is (139,44,192). Sum of RGB (Red+Green+Blue) = 139+44+192=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 44 (17.58% from 255 or 11.73% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #8B2CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2CC0 is #74D33F. Grayscale: #585858. Windows color (decimal): -7656256 or 12594315. OLE color: 12594315.
HSL color Cylindrical-coordinate representation of color #8B2CC0: hue angle of 278.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2CC0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 44 | 192 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.25 |
| HSL | 278.51º | 0.63% | 0.46% | - |
| HSV(B) | 278.51º | 0.77% | 0.75% | - |
| XYZ | 21.06 | 11.1 | 50.9 | - |
| YUV | 89.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 192 | 0.28 | 0.77 | 0 | 0.25 | 278.51 | 0.63 | 0.46 |
| Hex | 8B | 2C | C0 | 1C | 4D | 0 | 19 | 117 | 3F | 2E |
| Octal | 213 | 54 | 300 | 34 | 115 | 0 | 31 | 427 | 77 | 56 |
| Binary | 10001011 | 101100 | 11000000 | 11100 | 1001101 | 0 | 11001 | 100010111 | 111111 | 101110 |
Color Harmonies of #8B2CC0
Complementary color
Monochromatic Colors of #8B2CC0
Black with #8B2CC0
Text Example
Text Example
White with #8B2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2CC0; }
p { color: rgb(139,44,192); }
H1.HeaderClassName
{
color: #8B2CC0;
}
.AnyTagClassName
{
color: #8B2CC0;
}
</style>
background-color css
<style>
a { background-color: #8B2CC0; }
a { background-color: rgb(139,44,192); }
div.DivClassName
{
background-color: #8B2CC0;
}
.BgClassName
{
background-color: #8B2CC0;
}
</style>
border-color css
<style>
span { border-color: #8B2CC0; }
span { border-color: rgb(139,44,192); }
td.TdClassName
{
border-color: #8B2CC0;
}
.TagClassName
{
border-color: #8B2CC0;
}
</style>