Shades of Dark Orchid #8F26BB
Tints of Dark Orchid #8F26BB
RGB
CMYK
RGB Variations
Color information
#8F26BB (or 0x8F26BB) is known color: Dark Orchid. HEX triplet: 8F, 26 and BB. RGB value is (143,38,187). Sum of RGB (Red+Green+Blue) = 143+38+187=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F26BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F26BB is #70D944. Grayscale: #555555. Windows color (decimal): -7395653 or 12265103. OLE color: 12265103.
HSL color Cylindrical-coordinate representation of color #8F26BB: hue angle of 282.28º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F26BB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 38 | 187 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.27 |
| HSL | 282.28º | 0.66% | 0.44% | - |
| HSV(B) | 282.28º | 0.8% | 0.73% | - |
| XYZ | 20.99 | 10.81 | 47.99 | - |
| YUV | 86.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 187 | 0.24 | 0.80 | 0 | 0.27 | 282.28 | 0.66 | 0.44 |
| Hex | 8F | 26 | BB | 18 | 50 | 0 | 1B | 11A | 42 | 2C |
| Octal | 217 | 46 | 273 | 30 | 120 | 0 | 33 | 432 | 102 | 54 |
| Binary | 10001111 | 100110 | 10111011 | 11000 | 1010000 | 0 | 11011 | 100011010 | 1000010 | 101100 |
Color Harmonies of #8F26BB
Complementary color
Monochromatic Colors of #8F26BB
Black with #8F26BB
Text Example
Text Example
White with #8F26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F26BB; }
p { color: rgb(143,38,187); }
H1.HeaderClassName
{
color: #8F26BB;
}
.AnyTagClassName
{
color: #8F26BB;
}
</style>
background-color css
<style>
a { background-color: #8F26BB; }
a { background-color: rgb(143,38,187); }
div.DivClassName
{
background-color: #8F26BB;
}
.BgClassName
{
background-color: #8F26BB;
}
</style>
border-color css
<style>
span { border-color: #8F26BB; }
span { border-color: rgb(143,38,187); }
td.TdClassName
{
border-color: #8F26BB;
}
.TagClassName
{
border-color: #8F26BB;
}
</style>