Shades of Dark Orchid #8B3DBB
Tints of Dark Orchid #8B3DBB
RGB
CMYK
RGB Variations
Color information
#8B3DBB (or 0x8B3DBB) is known color: Dark Orchid. HEX triplet: 8B, 3D and BB. RGB value is (139,61,187). Sum of RGB (Red+Green+Blue) = 139+61+187=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B3DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3DBB is #74C244. Grayscale: #626262. Windows color (decimal): -7651909 or 12270987. OLE color: 12270987.
HSL color Cylindrical-coordinate representation of color #8B3DBB: hue angle of 277.14º 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 #8B3DBB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 61 | 187 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.27 |
| HSL | 277.14º | 0.51% | 0.49% | - |
| HSV(B) | 277.14º | 0.67% | 0.73% | - |
| XYZ | 21.29 | 12.41 | 48.29 | - |
| YUV | 98.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 187 | 0.26 | 0.67 | 0 | 0.27 | 277.14 | 0.51 | 0.49 |
| Hex | 8B | 3D | BB | 1A | 43 | 0 | 1B | 115 | 33 | 31 |
| Octal | 213 | 75 | 273 | 32 | 103 | 0 | 33 | 425 | 63 | 61 |
| Binary | 10001011 | 111101 | 10111011 | 11010 | 1000011 | 0 | 11011 | 100010101 | 110011 | 110001 |
Color Harmonies of #8B3DBB
Complementary color
Monochromatic Colors of #8B3DBB
Black with #8B3DBB
Text Example
Text Example
White with #8B3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3DBB; }
p { color: rgb(139,61,187); }
H1.HeaderClassName
{
color: #8B3DBB;
}
.AnyTagClassName
{
color: #8B3DBB;
}
</style>
background-color css
<style>
a { background-color: #8B3DBB; }
a { background-color: rgb(139,61,187); }
div.DivClassName
{
background-color: #8B3DBB;
}
.BgClassName
{
background-color: #8B3DBB;
}
</style>
border-color css
<style>
span { border-color: #8B3DBB; }
span { border-color: rgb(139,61,187); }
td.TdClassName
{
border-color: #8B3DBB;
}
.TagClassName
{
border-color: #8B3DBB;
}
</style>