Shades of Dark Orchid #8B26BC
Tints of Dark Orchid #8B26BC
RGB
CMYK
RGB Variations
Color information
#8B26BC (or 0x8B26BC) is known color: Dark Orchid. HEX triplet: 8B, 26 and BC. RGB value is (139,38,188). Sum of RGB (Red+Green+Blue) = 139+38+188=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B26BC is #74D943. Grayscale: #545454. Windows color (decimal): -7657796 or 12330635. OLE color: 12330635.
HSL color Cylindrical-coordinate representation of color #8B26BC: hue angle of 280.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B26BC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 38 | 188 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.26 |
| HSL | 280.4º | 0.66% | 0.44% | - |
| HSV(B) | 280.4º | 0.8% | 0.74% | - |
| XYZ | 20.42 | 10.51 | 48.53 | - |
| YUV | 85.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 188 | 0.26 | 0.80 | 0 | 0.26 | 280.4 | 0.66 | 0.44 |
| Hex | 8B | 26 | BC | 1A | 50 | 0 | 1A | 118 | 42 | 2C |
| Octal | 213 | 46 | 274 | 32 | 120 | 0 | 32 | 430 | 102 | 54 |
| Binary | 10001011 | 100110 | 10111100 | 11010 | 1010000 | 0 | 11010 | 100011000 | 1000010 | 101100 |
Color Harmonies of #8B26BC
Complementary color
Monochromatic Colors of #8B26BC
Black with #8B26BC
Text Example
Text Example
White with #8B26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B26BC; }
p { color: rgb(139,38,188); }
H1.HeaderClassName
{
color: #8B26BC;
}
.AnyTagClassName
{
color: #8B26BC;
}
</style>
background-color css
<style>
a { background-color: #8B26BC; }
a { background-color: rgb(139,38,188); }
div.DivClassName
{
background-color: #8B26BC;
}
.BgClassName
{
background-color: #8B26BC;
}
</style>
border-color css
<style>
span { border-color: #8B26BC; }
span { border-color: rgb(139,38,188); }
td.TdClassName
{
border-color: #8B26BC;
}
.TagClassName
{
border-color: #8B26BC;
}
</style>