Shades of Dark Orchid #8F1FB8
Tints of Dark Orchid #8F1FB8
RGB
CMYK
RGB Variations
Color information
#8F1FB8 (or 0x8F1FB8) is known color: Dark Orchid. HEX triplet: 8F, 1F and B8. RGB value is (143,31,184). Sum of RGB (Red+Green+Blue) = 143+31+184=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F1FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FB8 is #70E047. Grayscale: #515151. Windows color (decimal): -7397448 or 12066703. OLE color: 12066703.
HSL color Cylindrical-coordinate representation of color #8F1FB8: hue angle of 283.92º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1FB8 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 31 | 184 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.28 |
| HSL | 283.92º | 0.71% | 0.42% | - |
| HSV(B) | 283.92º | 0.83% | 0.72% | - |
| XYZ | 20.47 | 10.28 | 46.25 | - |
| YUV | 81.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 184 | 0.22 | 0.83 | 0 | 0.28 | 283.92 | 0.71 | 0.42 |
| Hex | 8F | 1F | B8 | 16 | 53 | 0 | 1C | 11C | 47 | 2A |
| Octal | 217 | 37 | 270 | 26 | 123 | 0 | 34 | 434 | 107 | 52 |
| Binary | 10001111 | 11111 | 10111000 | 10110 | 1010011 | 0 | 11100 | 100011100 | 1000111 | 101010 |
Color Harmonies of #8F1FB8
Complementary color
Monochromatic Colors of #8F1FB8
Black with #8F1FB8
Text Example
Text Example
White with #8F1FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FB8; }
p { color: rgb(143,31,184); }
H1.HeaderClassName
{
color: #8F1FB8;
}
.AnyTagClassName
{
color: #8F1FB8;
}
</style>
background-color css
<style>
a { background-color: #8F1FB8; }
a { background-color: rgb(143,31,184); }
div.DivClassName
{
background-color: #8F1FB8;
}
.BgClassName
{
background-color: #8F1FB8;
}
</style>
border-color css
<style>
span { border-color: #8F1FB8; }
span { border-color: rgb(143,31,184); }
td.TdClassName
{
border-color: #8F1FB8;
}
.TagClassName
{
border-color: #8F1FB8;
}
</style>