Shades of Dark Orchid #8132BC
Tints of Dark Orchid #8132BC
RGB
CMYK
RGB Variations
Color information
#8132BC (or 0x8132BC) is known color: Dark Orchid. HEX triplet: 81, 32 and BC. RGB value is (129,50,188). Sum of RGB (Red+Green+Blue) = 129+50+188=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #8132BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8132BC is #7ECD43. Grayscale: #585858. Windows color (decimal): -8310084 or 12333697. OLE color: 12333697.
HSL color Cylindrical-coordinate representation of color #8132BC: hue angle of 274.35º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8132BC is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 50 | 188 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.26 |
| HSL | 274.35º | 0.58% | 0.47% | - |
| HSV(B) | 274.35º | 0.73% | 0.74% | - |
| XYZ | 19.27 | 10.58 | 48.6 | - |
| YUV | 89.35 | 183.67 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 188 | 0.31 | 0.73 | 0 | 0.26 | 274.35 | 0.58 | 0.47 |
| Hex | 81 | 32 | BC | 1F | 49 | 0 | 1A | 112 | 3A | 2F |
| Octal | 201 | 62 | 274 | 37 | 111 | 0 | 32 | 422 | 72 | 57 |
| Binary | 10000001 | 110010 | 10111100 | 11111 | 1001001 | 0 | 11010 | 100010010 | 111010 | 101111 |
Color Harmonies of #8132BC
Complementary color
Monochromatic Colors of #8132BC
Black with #8132BC
Text Example
Text Example
White with #8132BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8132BC; }
p { color: rgb(129,50,188); }
H1.HeaderClassName
{
color: #8132BC;
}
.AnyTagClassName
{
color: #8132BC;
}
</style>
background-color css
<style>
a { background-color: #8132BC; }
a { background-color: rgb(129,50,188); }
div.DivClassName
{
background-color: #8132BC;
}
.BgClassName
{
background-color: #8132BC;
}
</style>
border-color css
<style>
span { border-color: #8132BC; }
span { border-color: rgb(129,50,188); }
td.TdClassName
{
border-color: #8132BC;
}
.TagClassName
{
border-color: #8132BC;
}
</style>