Shades of Dark Orchid #8134BA
Tints of Dark Orchid #8134BA
RGB
CMYK
RGB Variations
Color information
#8134BA (or 0x8134BA) is known color: Dark Orchid. HEX triplet: 81, 34 and BA. RGB value is (129,52,186). Sum of RGB (Red+Green+Blue) = 129+52+186=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8134BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8134BA is #7ECB45. Grayscale: #595959. Windows color (decimal): -8309574 or 12203137. OLE color: 12203137.
HSL color Cylindrical-coordinate representation of color #8134BA: hue angle of 274.48º 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 #8134BA is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 52 | 186 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.27 |
| HSL | 274.48º | 0.56% | 0.47% | - |
| HSV(B) | 274.48º | 0.72% | 0.73% | - |
| XYZ | 19.14 | 10.67 | 47.5 | - |
| YUV | 90.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 186 | 0.31 | 0.72 | 0 | 0.27 | 274.48 | 0.56 | 0.47 |
| Hex | 81 | 34 | BA | 1F | 48 | 0 | 1B | 112 | 38 | 2F |
| Octal | 201 | 64 | 272 | 37 | 110 | 0 | 33 | 422 | 70 | 57 |
| Binary | 10000001 | 110100 | 10111010 | 11111 | 1001000 | 0 | 11011 | 100010010 | 111000 | 101111 |
Color Harmonies of #8134BA
Complementary color
Monochromatic Colors of #8134BA
Black with #8134BA
Text Example
Text Example
White with #8134BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8134BA; }
p { color: rgb(129,52,186); }
H1.HeaderClassName
{
color: #8134BA;
}
.AnyTagClassName
{
color: #8134BA;
}
</style>
background-color css
<style>
a { background-color: #8134BA; }
a { background-color: rgb(129,52,186); }
div.DivClassName
{
background-color: #8134BA;
}
.BgClassName
{
background-color: #8134BA;
}
</style>
border-color css
<style>
span { border-color: #8134BA; }
span { border-color: rgb(129,52,186); }
td.TdClassName
{
border-color: #8134BA;
}
.TagClassName
{
border-color: #8134BA;
}
</style>