Shades of Dark Orchid #8B3BCF
Tints of Dark Orchid #8B3BCF
RGB
CMYK
RGB Variations
Color information
#8B3BCF (or 0x8B3BCF) is known color: Dark Orchid. HEX triplet: 8B, 3B and CF. RGB value is (139,59,207). Sum of RGB (Red+Green+Blue) = 139+59+207=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BCF is #74C430. Grayscale: #636363. Windows color (decimal): -7652401 or 13581195. OLE color: 13581195.
HSL color Cylindrical-coordinate representation of color #8B3BCF: hue angle of 272.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B3BCF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 59 | 207 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.19 |
| HSL | 272.43º | 0.61% | 0.52% | - |
| HSV(B) | 272.43º | 0.71% | 0.81% | - |
| XYZ | 23.47 | 13.12 | 60.33 | - |
| YUV | 99.79 | 188.5 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 207 | 0.33 | 0.71 | 0 | 0.19 | 272.43 | 0.61 | 0.52 |
| Hex | 8B | 3B | CF | 21 | 47 | 0 | 13 | 110 | 3D | 34 |
| Octal | 213 | 73 | 317 | 41 | 107 | 0 | 23 | 420 | 75 | 64 |
| Binary | 10001011 | 111011 | 11001111 | 100001 | 1000111 | 0 | 10011 | 100010000 | 111101 | 110100 |
Color Harmonies of #8B3BCF
Complementary color
Monochromatic Colors of #8B3BCF
Black with #8B3BCF
Text Example
Text Example
White with #8B3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3BCF; }
p { color: rgb(139,59,207); }
H1.HeaderClassName
{
color: #8B3BCF;
}
.AnyTagClassName
{
color: #8B3BCF;
}
</style>
background-color css
<style>
a { background-color: #8B3BCF; }
a { background-color: rgb(139,59,207); }
div.DivClassName
{
background-color: #8B3BCF;
}
.BgClassName
{
background-color: #8B3BCF;
}
</style>
border-color css
<style>
span { border-color: #8B3BCF; }
span { border-color: rgb(139,59,207); }
td.TdClassName
{
border-color: #8B3BCF;
}
.TagClassName
{
border-color: #8B3BCF;
}
</style>