Shades of Dark Orchid #8519C1
Tints of Dark Orchid #8519C1
RGB
CMYK
RGB Variations
Color information
#8519C1 (or 0x8519C1) is known color: Dark Orchid. HEX triplet: 85, 19 and C1. RGB value is (133,25,193). Sum of RGB (Red+Green+Blue) = 133+25+193=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #8519C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8519C1 is #7AE63E. Grayscale: #4B4B4B. Windows color (decimal): -8054335 or 12654981. OLE color: 12654981.
HSL color Cylindrical-coordinate representation of color #8519C1: hue angle of 278.57º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8519C1 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 25 | 193 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.24 |
| HSL | 278.57º | 0.77% | 0.43% | - |
| HSV(B) | 278.57º | 0.87% | 0.76% | - |
| XYZ | 19.65 | 9.53 | 51.26 | - |
| YUV | 76.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 193 | 0.31 | 0.87 | 0 | 0.24 | 278.57 | 0.77 | 0.43 |
| Hex | 85 | 19 | C1 | 1F | 57 | 0 | 18 | 117 | 4D | 2B |
| Octal | 205 | 31 | 301 | 37 | 127 | 0 | 30 | 427 | 115 | 53 |
| Binary | 10000101 | 11001 | 11000001 | 11111 | 1010111 | 0 | 11000 | 100010111 | 1001101 | 101011 |
Color Harmonies of #8519C1
Complementary color
Monochromatic Colors of #8519C1
Black with #8519C1
Text Example
Text Example
White with #8519C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8519C1; }
p { color: rgb(133,25,193); }
H1.HeaderClassName
{
color: #8519C1;
}
.AnyTagClassName
{
color: #8519C1;
}
</style>
background-color css
<style>
a { background-color: #8519C1; }
a { background-color: rgb(133,25,193); }
div.DivClassName
{
background-color: #8519C1;
}
.BgClassName
{
background-color: #8519C1;
}
</style>
border-color css
<style>
span { border-color: #8519C1; }
span { border-color: rgb(133,25,193); }
td.TdClassName
{
border-color: #8519C1;
}
.TagClassName
{
border-color: #8519C1;
}
</style>