Shades of Dark Orchid #8F1EB2
Tints of Dark Orchid #8F1EB2
RGB
CMYK
RGB Variations
Color information
#8F1EB2 (or 0x8F1EB2) is known color: Dark Orchid. HEX triplet: 8F, 1E and B2. RGB value is (143,30,178). Sum of RGB (Red+Green+Blue) = 143+30+178=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #8F1EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F1EB2 is #70E14D. Grayscale: #505050. Windows color (decimal): -7397710 or 11673231. OLE color: 11673231.
HSL color Cylindrical-coordinate representation of color #8F1EB2: hue angle of 285.81º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1EB2 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 30 | 178 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.30 |
| HSL | 285.81º | 0.71% | 0.41% | - |
| HSV(B) | 285.81º | 0.83% | 0.7% | - |
| XYZ | 19.83 | 9.98 | 43 | - |
| YUV | 80.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 178 | 0.20 | 0.83 | 0 | 0.30 | 285.81 | 0.71 | 0.41 |
| Hex | 8F | 1E | B2 | 14 | 53 | 0 | 1E | 11E | 47 | 29 |
| Octal | 217 | 36 | 262 | 24 | 123 | 0 | 36 | 436 | 107 | 51 |
| Binary | 10001111 | 11110 | 10110010 | 10100 | 1010011 | 0 | 11110 | 100011110 | 1000111 | 101001 |
Color Harmonies of #8F1EB2
Complementary color
Monochromatic Colors of #8F1EB2
Black with #8F1EB2
Text Example
Text Example
White with #8F1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EB2; }
p { color: rgb(143,30,178); }
H1.HeaderClassName
{
color: #8F1EB2;
}
.AnyTagClassName
{
color: #8F1EB2;
}
</style>
background-color css
<style>
a { background-color: #8F1EB2; }
a { background-color: rgb(143,30,178); }
div.DivClassName
{
background-color: #8F1EB2;
}
.BgClassName
{
background-color: #8F1EB2;
}
</style>
border-color css
<style>
span { border-color: #8F1EB2; }
span { border-color: rgb(143,30,178); }
td.TdClassName
{
border-color: #8F1EB2;
}
.TagClassName
{
border-color: #8F1EB2;
}
</style>