Shades of Dark Orchid #8B1FB9
Tints of Dark Orchid #8B1FB9
RGB
CMYK
RGB Variations
Color information
#8B1FB9 (or 0x8B1FB9) is known color: Dark Orchid. HEX triplet: 8B, 1F and B9. RGB value is (139,31,185). Sum of RGB (Red+Green+Blue) = 139+31+185=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 185 (72.66% from 255 or 52.11% from 355); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B1FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1FB9 is #74E046. Grayscale: #505050. Windows color (decimal): -7659591 or 12132235. OLE color: 12132235.
HSL color Cylindrical-coordinate representation of color #8B1FB9: hue angle of 282.08º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1FB9 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 31 | 185 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.27 |
| HSL | 282.08º | 0.71% | 0.42% | - |
| HSV(B) | 282.08º | 0.83% | 0.73% | - |
| XYZ | 19.89 | 9.97 | 46.78 | - |
| YUV | 80.85 | 186.78 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 185 | 0.25 | 0.83 | 0 | 0.27 | 282.08 | 0.71 | 0.42 |
| Hex | 8B | 1F | B9 | 19 | 53 | 0 | 1B | 11A | 47 | 2A |
| Octal | 213 | 37 | 271 | 31 | 123 | 0 | 33 | 432 | 107 | 52 |
| Binary | 10001011 | 11111 | 10111001 | 11001 | 1010011 | 0 | 11011 | 100011010 | 1000111 | 101010 |
Color Harmonies of #8B1FB9
Complementary color
Monochromatic Colors of #8B1FB9
Black with #8B1FB9
Text Example
Text Example
White with #8B1FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1FB9; }
p { color: rgb(139,31,185); }
H1.HeaderClassName
{
color: #8B1FB9;
}
.AnyTagClassName
{
color: #8B1FB9;
}
</style>
background-color css
<style>
a { background-color: #8B1FB9; }
a { background-color: rgb(139,31,185); }
div.DivClassName
{
background-color: #8B1FB9;
}
.BgClassName
{
background-color: #8B1FB9;
}
</style>
border-color css
<style>
span { border-color: #8B1FB9; }
span { border-color: rgb(139,31,185); }
td.TdClassName
{
border-color: #8B1FB9;
}
.TagClassName
{
border-color: #8B1FB9;
}
</style>