Shades of Dark Orchid #8B34BA
Tints of Dark Orchid #8B34BA
RGB
CMYK
RGB Variations
Color information
#8B34BA (or 0x8B34BA) is known color: Dark Orchid. HEX triplet: 8B, 34 and BA. RGB value is (139,52,186). Sum of RGB (Red+Green+Blue) = 139+52+186=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B34BA is #74CB45. Grayscale: #5C5C5C. Windows color (decimal): -7654214 or 12203147. OLE color: 12203147.
HSL color Cylindrical-coordinate representation of color #8B34BA: hue angle of 278.96º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B34BA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 52 | 186 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.27 |
| HSL | 278.96º | 0.56% | 0.47% | - |
| HSV(B) | 278.96º | 0.72% | 0.73% | - |
| XYZ | 20.74 | 11.49 | 47.58 | - |
| YUV | 93.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 186 | 0.25 | 0.72 | 0 | 0.27 | 278.96 | 0.56 | 0.47 |
| Hex | 8B | 34 | BA | 19 | 48 | 0 | 1B | 117 | 38 | 2F |
| Octal | 213 | 64 | 272 | 31 | 110 | 0 | 33 | 427 | 70 | 57 |
| Binary | 10001011 | 110100 | 10111010 | 11001 | 1001000 | 0 | 11011 | 100010111 | 111000 | 101111 |
Color Harmonies of #8B34BA
Complementary color
Monochromatic Colors of #8B34BA
Black with #8B34BA
Text Example
Text Example
White with #8B34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B34BA; }
p { color: rgb(139,52,186); }
H1.HeaderClassName
{
color: #8B34BA;
}
.AnyTagClassName
{
color: #8B34BA;
}
</style>
background-color css
<style>
a { background-color: #8B34BA; }
a { background-color: rgb(139,52,186); }
div.DivClassName
{
background-color: #8B34BA;
}
.BgClassName
{
background-color: #8B34BA;
}
</style>
border-color css
<style>
span { border-color: #8B34BA; }
span { border-color: rgb(139,52,186); }
td.TdClassName
{
border-color: #8B34BA;
}
.TagClassName
{
border-color: #8B34BA;
}
</style>