Shades of Dark Orchid #8F1FB6
Tints of Dark Orchid #8F1FB6
RGB
CMYK
RGB Variations
Color information
#8F1FB6 (or 0x8F1FB6) is known color: Dark Orchid. HEX triplet: 8F, 1F and B6. RGB value is (143,31,182). Sum of RGB (Red+Green+Blue) = 143+31+182=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F1FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FB6 is #70E049. Grayscale: #515151. Windows color (decimal): -7397450 or 11935631. OLE color: 11935631.
HSL color Cylindrical-coordinate representation of color #8F1FB6: hue angle of 284.5º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1FB6 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 31 | 182 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.29 |
| HSL | 284.5º | 0.71% | 0.42% | - |
| HSV(B) | 284.5º | 0.83% | 0.71% | - |
| XYZ | 20.26 | 10.2 | 45.16 | - |
| YUV | 81.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 182 | 0.21 | 0.83 | 0 | 0.29 | 284.5 | 0.71 | 0.42 |
| Hex | 8F | 1F | B6 | 15 | 53 | 0 | 1D | 11D | 47 | 2A |
| Octal | 217 | 37 | 266 | 25 | 123 | 0 | 35 | 435 | 107 | 52 |
| Binary | 10001111 | 11111 | 10110110 | 10101 | 1010011 | 0 | 11101 | 100011101 | 1000111 | 101010 |
Color Harmonies of #8F1FB6
Complementary color
Monochromatic Colors of #8F1FB6
Black with #8F1FB6
Text Example
Text Example
White with #8F1FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FB6; }
p { color: rgb(143,31,182); }
H1.HeaderClassName
{
color: #8F1FB6;
}
.AnyTagClassName
{
color: #8F1FB6;
}
</style>
background-color css
<style>
a { background-color: #8F1FB6; }
a { background-color: rgb(143,31,182); }
div.DivClassName
{
background-color: #8F1FB6;
}
.BgClassName
{
background-color: #8F1FB6;
}
</style>
border-color css
<style>
span { border-color: #8F1FB6; }
span { border-color: rgb(143,31,182); }
td.TdClassName
{
border-color: #8F1FB6;
}
.TagClassName
{
border-color: #8F1FB6;
}
</style>