Shades of Dark Orchid #8131BE
Tints of Dark Orchid #8131BE
RGB
CMYK
RGB Variations
Color information
#8131BE (or 0x8131BE) is known color: Dark Orchid. HEX triplet: 81, 31 and BE. RGB value is (129,49,190). Sum of RGB (Red+Green+Blue) = 129+49+190=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #8131BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8131BE is #7ECE41. Grayscale: #585858. Windows color (decimal): -8310338 or 12464513. OLE color: 12464513.
HSL color Cylindrical-coordinate representation of color #8131BE: hue angle of 274.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8131BE is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 49 | 190 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.25 |
| HSL | 274.04º | 0.59% | 0.47% | - |
| HSV(B) | 274.04º | 0.74% | 0.75% | - |
| XYZ | 19.45 | 10.58 | 49.73 | - |
| YUV | 88.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 190 | 0.32 | 0.74 | 0 | 0.25 | 274.04 | 0.59 | 0.47 |
| Hex | 81 | 31 | BE | 20 | 4A | 0 | 19 | 112 | 3B | 2F |
| Octal | 201 | 61 | 276 | 40 | 112 | 0 | 31 | 422 | 73 | 57 |
| Binary | 10000001 | 110001 | 10111110 | 100000 | 1001010 | 0 | 11001 | 100010010 | 111011 | 101111 |
Color Harmonies of #8131BE
Complementary color
Monochromatic Colors of #8131BE
Black with #8131BE
Text Example
Text Example
White with #8131BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8131BE; }
p { color: rgb(129,49,190); }
H1.HeaderClassName
{
color: #8131BE;
}
.AnyTagClassName
{
color: #8131BE;
}
</style>
background-color css
<style>
a { background-color: #8131BE; }
a { background-color: rgb(129,49,190); }
div.DivClassName
{
background-color: #8131BE;
}
.BgClassName
{
background-color: #8131BE;
}
</style>
border-color css
<style>
span { border-color: #8131BE; }
span { border-color: rgb(129,49,190); }
td.TdClassName
{
border-color: #8131BE;
}
.TagClassName
{
border-color: #8131BE;
}
</style>