Shades of Dark Orchid #8D2CBB
Tints of Dark Orchid #8D2CBB
RGB
CMYK
RGB Variations
Color information
#8D2CBB (or 0x8D2CBB) is known color: Dark Orchid. HEX triplet: 8D, 2C and BB. RGB value is (141,44,187). Sum of RGB (Red+Green+Blue) = 141+44+187=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2CBB is #72D344. Grayscale: #585858. Windows color (decimal): -7525189 or 12266637. OLE color: 12266637.
HSL color Cylindrical-coordinate representation of color #8D2CBB: hue angle of 280.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D2CBB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 44 | 187 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.27 |
| HSL | 280.7º | 0.62% | 0.45% | - |
| HSV(B) | 280.7º | 0.76% | 0.73% | - |
| XYZ | 20.85 | 11.05 | 48.05 | - |
| YUV | 89.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 44 | 187 | 0.25 | 0.76 | 0 | 0.27 | 280.7 | 0.62 | 0.45 |
| Hex | 8D | 2C | BB | 19 | 4C | 0 | 1B | 119 | 3E | 2D |
| Octal | 215 | 54 | 273 | 31 | 114 | 0 | 33 | 431 | 76 | 55 |
| Binary | 10001101 | 101100 | 10111011 | 11001 | 1001100 | 0 | 11011 | 100011001 | 111110 | 101101 |
Color Harmonies of #8D2CBB
Complementary color
Monochromatic Colors of #8D2CBB
Black with #8D2CBB
Text Example
Text Example
White with #8D2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2CBB; }
p { color: rgb(141,44,187); }
H1.HeaderClassName
{
color: #8D2CBB;
}
.AnyTagClassName
{
color: #8D2CBB;
}
</style>
background-color css
<style>
a { background-color: #8D2CBB; }
a { background-color: rgb(141,44,187); }
div.DivClassName
{
background-color: #8D2CBB;
}
.BgClassName
{
background-color: #8D2CBB;
}
</style>
border-color css
<style>
span { border-color: #8D2CBB; }
span { border-color: rgb(141,44,187); }
td.TdClassName
{
border-color: #8D2CBB;
}
.TagClassName
{
border-color: #8D2CBB;
}
</style>