Shades of Dark Orchid #8B28BB
Tints of Dark Orchid #8B28BB
RGB
CMYK
RGB Variations
Color information
#8B28BB (or 0x8B28BB) is known color: Dark Orchid. HEX triplet: 8B, 28 and BB. RGB value is (139,40,187). Sum of RGB (Red+Green+Blue) = 139+40+187=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B28BB is #74D744. Grayscale: #555555. Windows color (decimal): -7657285 or 12265611. OLE color: 12265611.
HSL color Cylindrical-coordinate representation of color #8B28BB: hue angle of 280.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B28BB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 40 | 187 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.27 |
| HSL | 280.41º | 0.65% | 0.45% | - |
| HSV(B) | 280.41º | 0.79% | 0.73% | - |
| XYZ | 20.38 | 10.59 | 47.98 | - |
| YUV | 86.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 187 | 0.26 | 0.79 | 0 | 0.27 | 280.41 | 0.65 | 0.45 |
| Hex | 8B | 28 | BB | 1A | 4F | 0 | 1B | 118 | 41 | 2D |
| Octal | 213 | 50 | 273 | 32 | 117 | 0 | 33 | 430 | 101 | 55 |
| Binary | 10001011 | 101000 | 10111011 | 11010 | 1001111 | 0 | 11011 | 100011000 | 1000001 | 101101 |
Color Harmonies of #8B28BB
Complementary color
Monochromatic Colors of #8B28BB
Black with #8B28BB
Text Example
Text Example
White with #8B28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B28BB; }
p { color: rgb(139,40,187); }
H1.HeaderClassName
{
color: #8B28BB;
}
.AnyTagClassName
{
color: #8B28BB;
}
</style>
background-color css
<style>
a { background-color: #8B28BB; }
a { background-color: rgb(139,40,187); }
div.DivClassName
{
background-color: #8B28BB;
}
.BgClassName
{
background-color: #8B28BB;
}
</style>
border-color css
<style>
span { border-color: #8B28BB; }
span { border-color: rgb(139,40,187); }
td.TdClassName
{
border-color: #8B28BB;
}
.TagClassName
{
border-color: #8B28BB;
}
</style>