Shades of Dark Orchid #8134BD
Tints of Dark Orchid #8134BD
RGB
CMYK
RGB Variations
Color information
#8134BD (or 0x8134BD) is known color: Dark Orchid. HEX triplet: 81, 34 and BD. RGB value is (129,52,189). Sum of RGB (Red+Green+Blue) = 129+52+189=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #8134BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8134BD is #7ECB42. Grayscale: #5A5A5A. Windows color (decimal): -8309571 or 12399745. OLE color: 12399745.
HSL color Cylindrical-coordinate representation of color #8134BD: hue angle of 273.72º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8134BD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 52 | 189 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.26 |
| HSL | 273.72º | 0.57% | 0.47% | - |
| HSV(B) | 273.72º | 0.72% | 0.74% | - |
| XYZ | 19.47 | 10.8 | 49.2 | - |
| YUV | 90.64 | 183.51 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 189 | 0.32 | 0.72 | 0 | 0.26 | 273.72 | 0.57 | 0.47 |
| Hex | 81 | 34 | BD | 20 | 48 | 0 | 1A | 112 | 39 | 2F |
| Octal | 201 | 64 | 275 | 40 | 110 | 0 | 32 | 422 | 71 | 57 |
| Binary | 10000001 | 110100 | 10111101 | 100000 | 1001000 | 0 | 11010 | 100010010 | 111001 | 101111 |
Color Harmonies of #8134BD
Complementary color
Monochromatic Colors of #8134BD
Black with #8134BD
Text Example
Text Example
White with #8134BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8134BD; }
p { color: rgb(129,52,189); }
H1.HeaderClassName
{
color: #8134BD;
}
.AnyTagClassName
{
color: #8134BD;
}
</style>
background-color css
<style>
a { background-color: #8134BD; }
a { background-color: rgb(129,52,189); }
div.DivClassName
{
background-color: #8134BD;
}
.BgClassName
{
background-color: #8134BD;
}
</style>
border-color css
<style>
span { border-color: #8134BD; }
span { border-color: rgb(129,52,189); }
td.TdClassName
{
border-color: #8134BD;
}
.TagClassName
{
border-color: #8134BD;
}
</style>