Shades of Dark Orchid #813DBD
Tints of Dark Orchid #813DBD
RGB
CMYK
RGB Variations
Color information
#813DBD (or 0x813DBD) is known color: Dark Orchid. HEX triplet: 81, 3D and BD. RGB value is (129,61,189). Sum of RGB (Red+Green+Blue) = 129+61+189=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #813DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DBD is #7EC242. Grayscale: #5F5F5F. Windows color (decimal): -8307267 or 12402049. OLE color: 12402049.
HSL color Cylindrical-coordinate representation of color #813DBD: hue angle of 271.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #813DBD is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 61 | 189 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.26 |
| HSL | 271.88º | 0.51% | 0.49% | - |
| HSV(B) | 271.88º | 0.68% | 0.74% | - |
| XYZ | 19.91 | 11.68 | 49.35 | - |
| YUV | 95.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 189 | 0.32 | 0.68 | 0 | 0.26 | 271.88 | 0.51 | 0.49 |
| Hex | 81 | 3D | BD | 20 | 44 | 0 | 1A | 110 | 33 | 31 |
| Octal | 201 | 75 | 275 | 40 | 104 | 0 | 32 | 420 | 63 | 61 |
| Binary | 10000001 | 111101 | 10111101 | 100000 | 1000100 | 0 | 11010 | 100010000 | 110011 | 110001 |
Color Harmonies of #813DBD
Complementary color
Monochromatic Colors of #813DBD
Black with #813DBD
Text Example
Text Example
White with #813DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813DBD; }
p { color: rgb(129,61,189); }
H1.HeaderClassName
{
color: #813DBD;
}
.AnyTagClassName
{
color: #813DBD;
}
</style>
background-color css
<style>
a { background-color: #813DBD; }
a { background-color: rgb(129,61,189); }
div.DivClassName
{
background-color: #813DBD;
}
.BgClassName
{
background-color: #813DBD;
}
</style>
border-color css
<style>
span { border-color: #813DBD; }
span { border-color: rgb(129,61,189); }
td.TdClassName
{
border-color: #813DBD;
}
.TagClassName
{
border-color: #813DBD;
}
</style>