Shades of Dark Orchid #8F3DBB
Tints of Dark Orchid #8F3DBB
RGB
CMYK
RGB Variations
Color information
#8F3DBB (or 0x8F3DBB) is known color: Dark Orchid. HEX triplet: 8F, 3D and BB. RGB value is (143,61,187). Sum of RGB (Red+Green+Blue) = 143+61+187=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3DBB is #70C244. Grayscale: #636363. Windows color (decimal): -7389765 or 12270991. OLE color: 12270991.
HSL color Cylindrical-coordinate representation of color #8F3DBB: hue angle of 279.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F3DBB is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 61 | 187 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.27 |
| HSL | 279.05º | 0.51% | 0.49% | - |
| HSV(B) | 279.05º | 0.67% | 0.73% | - |
| XYZ | 21.97 | 12.76 | 48.32 | - |
| YUV | 99.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 187 | 0.24 | 0.67 | 0 | 0.27 | 279.05 | 0.51 | 0.49 |
| Hex | 8F | 3D | BB | 18 | 43 | 0 | 1B | 117 | 33 | 31 |
| Octal | 217 | 75 | 273 | 30 | 103 | 0 | 33 | 427 | 63 | 61 |
| Binary | 10001111 | 111101 | 10111011 | 11000 | 1000011 | 0 | 11011 | 100010111 | 110011 | 110001 |
Color Harmonies of #8F3DBB
Complementary color
Monochromatic Colors of #8F3DBB
Black with #8F3DBB
Text Example
Text Example
White with #8F3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3DBB; }
p { color: rgb(143,61,187); }
H1.HeaderClassName
{
color: #8F3DBB;
}
.AnyTagClassName
{
color: #8F3DBB;
}
</style>
background-color css
<style>
a { background-color: #8F3DBB; }
a { background-color: rgb(143,61,187); }
div.DivClassName
{
background-color: #8F3DBB;
}
.BgClassName
{
background-color: #8F3DBB;
}
</style>
border-color css
<style>
span { border-color: #8F3DBB; }
span { border-color: rgb(143,61,187); }
td.TdClassName
{
border-color: #8F3DBB;
}
.TagClassName
{
border-color: #8F3DBB;
}
</style>