Shades of Dark Orchid #8F2BBD
Tints of Dark Orchid #8F2BBD
RGB
CMYK
RGB Variations
Color information
#8F2BBD (or 0x8F2BBD) is known color: Dark Orchid. HEX triplet: 8F, 2B and BD. RGB value is (143,43,189). Sum of RGB (Red+Green+Blue) = 143+43+189=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BBD is #70D442. Grayscale: #595959. Windows color (decimal): -7394371 or 12397455. OLE color: 12397455.
HSL color Cylindrical-coordinate representation of color #8F2BBD: hue angle of 281.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2BBD is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 43 | 189 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.26 |
| HSL | 281.1º | 0.63% | 0.45% | - |
| HSV(B) | 281.1º | 0.77% | 0.74% | - |
| XYZ | 21.38 | 11.24 | 49.19 | - |
| YUV | 89.54 | 184.13 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 189 | 0.24 | 0.77 | 0 | 0.26 | 281.1 | 0.63 | 0.45 |
| Hex | 8F | 2B | BD | 18 | 4D | 0 | 1A | 119 | 3F | 2D |
| Octal | 217 | 53 | 275 | 30 | 115 | 0 | 32 | 431 | 77 | 55 |
| Binary | 10001111 | 101011 | 10111101 | 11000 | 1001101 | 0 | 11010 | 100011001 | 111111 | 101101 |
Color Harmonies of #8F2BBD
Complementary color
Monochromatic Colors of #8F2BBD
Black with #8F2BBD
Text Example
Text Example
White with #8F2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2BBD; }
p { color: rgb(143,43,189); }
H1.HeaderClassName
{
color: #8F2BBD;
}
.AnyTagClassName
{
color: #8F2BBD;
}
</style>
background-color css
<style>
a { background-color: #8F2BBD; }
a { background-color: rgb(143,43,189); }
div.DivClassName
{
background-color: #8F2BBD;
}
.BgClassName
{
background-color: #8F2BBD;
}
</style>
border-color css
<style>
span { border-color: #8F2BBD; }
span { border-color: rgb(143,43,189); }
td.TdClassName
{
border-color: #8F2BBD;
}
.TagClassName
{
border-color: #8F2BBD;
}
</style>