Shades of Dark Orchid #8F3FBB
Tints of Dark Orchid #8F3FBB
RGB
CMYK
RGB Variations
Color information
#8F3FBB (or 0x8F3FBB) is known color: Dark Orchid. HEX triplet: 8F, 3F and BB. RGB value is (143,63,187). Sum of RGB (Red+Green+Blue) = 143+63+187=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F3FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3FBB is #70C044. Grayscale: #646464. Windows color (decimal): -7389253 or 12271503. OLE color: 12271503.
HSL color Cylindrical-coordinate representation of color #8F3FBB: hue angle of 278.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3FBB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 63 | 187 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.27 |
| HSL | 278.71º | 0.5% | 0.49% | - |
| HSV(B) | 278.71º | 0.66% | 0.73% | - |
| XYZ | 22.07 | 12.98 | 48.36 | - |
| YUV | 101.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 187 | 0.24 | 0.66 | 0 | 0.27 | 278.71 | 0.5 | 0.49 |
| Hex | 8F | 3F | BB | 18 | 42 | 0 | 1B | 117 | 32 | 31 |
| Octal | 217 | 77 | 273 | 30 | 102 | 0 | 33 | 427 | 62 | 61 |
| Binary | 10001111 | 111111 | 10111011 | 11000 | 1000010 | 0 | 11011 | 100010111 | 110010 | 110001 |
Color Harmonies of #8F3FBB
Complementary color
Monochromatic Colors of #8F3FBB
Black with #8F3FBB
Text Example
Text Example
White with #8F3FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FBB; }
p { color: rgb(143,63,187); }
H1.HeaderClassName
{
color: #8F3FBB;
}
.AnyTagClassName
{
color: #8F3FBB;
}
</style>
background-color css
<style>
a { background-color: #8F3FBB; }
a { background-color: rgb(143,63,187); }
div.DivClassName
{
background-color: #8F3FBB;
}
.BgClassName
{
background-color: #8F3FBB;
}
</style>
border-color css
<style>
span { border-color: #8F3FBB; }
span { border-color: rgb(143,63,187); }
td.TdClassName
{
border-color: #8F3FBB;
}
.TagClassName
{
border-color: #8F3FBB;
}
</style>