Shades of Dark Orchid #813FBD
Tints of Dark Orchid #813FBD
RGB
CMYK
RGB Variations
Color information
#813FBD (or 0x813FBD) is known color: Dark Orchid. HEX triplet: 81, 3F and BD. RGB value is (129,63,189). Sum of RGB (Red+Green+Blue) = 129+63+189=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #813FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FBD is #7EC042. Grayscale: #606060. Windows color (decimal): -8306755 or 12402561. OLE color: 12402561.
HSL color Cylindrical-coordinate representation of color #813FBD: hue angle of 271.43º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813FBD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 63 | 189 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.26 |
| HSL | 271.43º | 0.5% | 0.49% | - |
| HSV(B) | 271.43º | 0.67% | 0.74% | - |
| XYZ | 20.02 | 11.9 | 49.39 | - |
| YUV | 97.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 189 | 0.32 | 0.67 | 0 | 0.26 | 271.43 | 0.5 | 0.49 |
| Hex | 81 | 3F | BD | 20 | 43 | 0 | 1A | 10F | 32 | 31 |
| Octal | 201 | 77 | 275 | 40 | 103 | 0 | 32 | 417 | 62 | 61 |
| Binary | 10000001 | 111111 | 10111101 | 100000 | 1000011 | 0 | 11010 | 100001111 | 110010 | 110001 |
Color Harmonies of #813FBD
Complementary color
Monochromatic Colors of #813FBD
Black with #813FBD
Text Example
Text Example
White with #813FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FBD; }
p { color: rgb(129,63,189); }
H1.HeaderClassName
{
color: #813FBD;
}
.AnyTagClassName
{
color: #813FBD;
}
</style>
background-color css
<style>
a { background-color: #813FBD; }
a { background-color: rgb(129,63,189); }
div.DivClassName
{
background-color: #813FBD;
}
.BgClassName
{
background-color: #813FBD;
}
</style>
border-color css
<style>
span { border-color: #813FBD; }
span { border-color: rgb(129,63,189); }
td.TdClassName
{
border-color: #813FBD;
}
.TagClassName
{
border-color: #813FBD;
}
</style>