Shades of Dark Orchid #8F2ABF
Tints of Dark Orchid #8F2ABF
RGB
CMYK
RGB Variations
Color information
#8F2ABF (or 0x8F2ABF) is known color: Dark Orchid. HEX triplet: 8F, 2A and BF. RGB value is (143,42,191). Sum of RGB (Red+Green+Blue) = 143+42+191=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ABF is #70D540. Grayscale: #585858. Windows color (decimal): -7394625 or 12528271. OLE color: 12528271.
HSL color Cylindrical-coordinate representation of color #8F2ABF: hue angle of 280.67º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2ABF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 42 | 191 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.25 |
| HSL | 280.67º | 0.64% | 0.46% | - |
| HSV(B) | 280.67º | 0.78% | 0.75% | - |
| XYZ | 21.56 | 11.26 | 50.33 | - |
| YUV | 89.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 191 | 0.25 | 0.78 | 0 | 0.25 | 280.67 | 0.64 | 0.46 |
| Hex | 8F | 2A | BF | 19 | 4E | 0 | 19 | 119 | 40 | 2E |
| Octal | 217 | 52 | 277 | 31 | 116 | 0 | 31 | 431 | 100 | 56 |
| Binary | 10001111 | 101010 | 10111111 | 11001 | 1001110 | 0 | 11001 | 100011001 | 1000000 | 101110 |
Color Harmonies of #8F2ABF
Complementary color
Monochromatic Colors of #8F2ABF
Black with #8F2ABF
Text Example
Text Example
White with #8F2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ABF; }
p { color: rgb(143,42,191); }
H1.HeaderClassName
{
color: #8F2ABF;
}
.AnyTagClassName
{
color: #8F2ABF;
}
</style>
background-color css
<style>
a { background-color: #8F2ABF; }
a { background-color: rgb(143,42,191); }
div.DivClassName
{
background-color: #8F2ABF;
}
.BgClassName
{
background-color: #8F2ABF;
}
</style>
border-color css
<style>
span { border-color: #8F2ABF; }
span { border-color: rgb(143,42,191); }
td.TdClassName
{
border-color: #8F2ABF;
}
.TagClassName
{
border-color: #8F2ABF;
}
</style>