Shades of Dark Orchid #8F1DB4
Tints of Dark Orchid #8F1DB4
RGB
CMYK
RGB Variations
Color information
#8F1DB4 (or 0x8F1DB4) is known color: Dark Orchid. HEX triplet: 8F, 1D and B4. RGB value is (143,29,180). Sum of RGB (Red+Green+Blue) = 143+29+180=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 180 (70.70% from 255 or 51.14% from 352); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F1DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1DB4 is #70E24B. Grayscale: #4F4F4F. Windows color (decimal): -7397964 or 11804047. OLE color: 11804047.
HSL color Cylindrical-coordinate representation of color #8F1DB4: hue angle of 285.3º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1DB4 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 29 | 180 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.29 |
| HSL | 285.3º | 0.72% | 0.41% | - |
| HSV(B) | 285.3º | 0.84% | 0.71% | - |
| XYZ | 20.01 | 10.01 | 44.06 | - |
| YUV | 80.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 180 | 0.21 | 0.84 | 0 | 0.29 | 285.3 | 0.72 | 0.41 |
| Hex | 8F | 1D | B4 | 15 | 54 | 0 | 1D | 11D | 48 | 29 |
| Octal | 217 | 35 | 264 | 25 | 124 | 0 | 35 | 435 | 110 | 51 |
| Binary | 10001111 | 11101 | 10110100 | 10101 | 1010100 | 0 | 11101 | 100011101 | 1001000 | 101001 |
Color Harmonies of #8F1DB4
Complementary color
Monochromatic Colors of #8F1DB4
Black with #8F1DB4
Text Example
Text Example
White with #8F1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DB4; }
p { color: rgb(143,29,180); }
H1.HeaderClassName
{
color: #8F1DB4;
}
.AnyTagClassName
{
color: #8F1DB4;
}
</style>
background-color css
<style>
a { background-color: #8F1DB4; }
a { background-color: rgb(143,29,180); }
div.DivClassName
{
background-color: #8F1DB4;
}
.BgClassName
{
background-color: #8F1DB4;
}
</style>
border-color css
<style>
span { border-color: #8F1DB4; }
span { border-color: rgb(143,29,180); }
td.TdClassName
{
border-color: #8F1DB4;
}
.TagClassName
{
border-color: #8F1DB4;
}
</style>