Shades of Dark Orchid #8F38BC
Tints of Dark Orchid #8F38BC
RGB
CMYK
RGB Variations
Color information
#8F38BC (or 0x8F38BC) is known color: Dark Orchid. HEX triplet: 8F, 38 and BC. RGB value is (143,56,188). Sum of RGB (Red+Green+Blue) = 143+56+188=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F38BC is #70C743. Grayscale: #606060. Windows color (decimal): -7391044 or 12335247. OLE color: 12335247.
HSL color Cylindrical-coordinate representation of color #8F38BC: hue angle of 279.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F38BC is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 56 | 188 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.26 |
| HSL | 279.55º | 0.54% | 0.48% | - |
| HSV(B) | 279.55º | 0.7% | 0.74% | - |
| XYZ | 21.82 | 12.3 | 48.8 | - |
| YUV | 97.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 188 | 0.24 | 0.70 | 0 | 0.26 | 279.55 | 0.54 | 0.48 |
| Hex | 8F | 38 | BC | 18 | 46 | 0 | 1A | 118 | 36 | 30 |
| Octal | 217 | 70 | 274 | 30 | 106 | 0 | 32 | 430 | 66 | 60 |
| Binary | 10001111 | 111000 | 10111100 | 11000 | 1000110 | 0 | 11010 | 100011000 | 110110 | 110000 |
Color Harmonies of #8F38BC
Complementary color
Monochromatic Colors of #8F38BC
Black with #8F38BC
Text Example
Text Example
White with #8F38BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F38BC; }
p { color: rgb(143,56,188); }
H1.HeaderClassName
{
color: #8F38BC;
}
.AnyTagClassName
{
color: #8F38BC;
}
</style>
background-color css
<style>
a { background-color: #8F38BC; }
a { background-color: rgb(143,56,188); }
div.DivClassName
{
background-color: #8F38BC;
}
.BgClassName
{
background-color: #8F38BC;
}
</style>
border-color css
<style>
span { border-color: #8F38BC; }
span { border-color: rgb(143,56,188); }
td.TdClassName
{
border-color: #8F38BC;
}
.TagClassName
{
border-color: #8F38BC;
}
</style>