Shades of Dark Orchid #811FC3
Tints of Dark Orchid #811FC3
RGB
CMYK
RGB Variations
Color information
#811FC3 (or 0x811FC3) is known color: Dark Orchid. HEX triplet: 81, 1F and C3. RGB value is (129,31,195). Sum of RGB (Red+Green+Blue) = 129+31+195=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #811FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FC3 is #7EE03C. Grayscale: #4E4E4E. Windows color (decimal): -8314941 or 12787585. OLE color: 12787585.
HSL color Cylindrical-coordinate representation of color #811FC3: hue angle of 275.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811FC3 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 31 | 195 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.24 |
| HSL | 275.85º | 0.73% | 0.44% | - |
| HSV(B) | 275.85º | 0.84% | 0.76% | - |
| XYZ | 19.39 | 9.59 | 52.46 | - |
| YUV | 79 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 195 | 0.34 | 0.84 | 0 | 0.24 | 275.85 | 0.73 | 0.44 |
| Hex | 81 | 1F | C3 | 22 | 54 | 0 | 18 | 114 | 49 | 2C |
| Octal | 201 | 37 | 303 | 42 | 124 | 0 | 30 | 424 | 111 | 54 |
| Binary | 10000001 | 11111 | 11000011 | 100010 | 1010100 | 0 | 11000 | 100010100 | 1001001 | 101100 |
Color Harmonies of #811FC3
Complementary color
Monochromatic Colors of #811FC3
Black with #811FC3
Text Example
Text Example
White with #811FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FC3; }
p { color: rgb(129,31,195); }
H1.HeaderClassName
{
color: #811FC3;
}
.AnyTagClassName
{
color: #811FC3;
}
</style>
background-color css
<style>
a { background-color: #811FC3; }
a { background-color: rgb(129,31,195); }
div.DivClassName
{
background-color: #811FC3;
}
.BgClassName
{
background-color: #811FC3;
}
</style>
border-color css
<style>
span { border-color: #811FC3; }
span { border-color: rgb(129,31,195); }
td.TdClassName
{
border-color: #811FC3;
}
.TagClassName
{
border-color: #811FC3;
}
</style>