Shades of Dark Orchid #8B2DBD
Tints of Dark Orchid #8B2DBD
RGB
CMYK
RGB Variations
Color information
#8B2DBD (or 0x8B2DBD) is known color: Dark Orchid. HEX triplet: 8B, 2D and BD. RGB value is (139,45,189). Sum of RGB (Red+Green+Blue) = 139+45+189=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2DBD is #74D242. Grayscale: #595959. Windows color (decimal): -7656003 or 12397963. OLE color: 12397963.
HSL color Cylindrical-coordinate representation of color #8B2DBD: hue angle of 279.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2DBD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 45 | 189 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.26 |
| HSL | 279.17º | 0.62% | 0.46% | - |
| HSV(B) | 279.17º | 0.76% | 0.74% | - |
| XYZ | 20.77 | 11.04 | 49.18 | - |
| YUV | 89.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 189 | 0.26 | 0.76 | 0 | 0.26 | 279.17 | 0.62 | 0.46 |
| Hex | 8B | 2D | BD | 1A | 4C | 0 | 1A | 117 | 3E | 2E |
| Octal | 213 | 55 | 275 | 32 | 114 | 0 | 32 | 427 | 76 | 56 |
| Binary | 10001011 | 101101 | 10111101 | 11010 | 1001100 | 0 | 11010 | 100010111 | 111110 | 101110 |
Color Harmonies of #8B2DBD
Complementary color
Monochromatic Colors of #8B2DBD
Black with #8B2DBD
Text Example
Text Example
White with #8B2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2DBD; }
p { color: rgb(139,45,189); }
H1.HeaderClassName
{
color: #8B2DBD;
}
.AnyTagClassName
{
color: #8B2DBD;
}
</style>
background-color css
<style>
a { background-color: #8B2DBD; }
a { background-color: rgb(139,45,189); }
div.DivClassName
{
background-color: #8B2DBD;
}
.BgClassName
{
background-color: #8B2DBD;
}
</style>
border-color css
<style>
span { border-color: #8B2DBD; }
span { border-color: rgb(139,45,189); }
td.TdClassName
{
border-color: #8B2DBD;
}
.TagClassName
{
border-color: #8B2DBD;
}
</style>