Shades of Dark Orchid #8331C1
Tints of Dark Orchid #8331C1
RGB
CMYK
RGB Variations
Color information
#8331C1 (or 0x8331C1) is known color: Dark Orchid. HEX triplet: 83, 31 and C1. RGB value is (131,49,193). Sum of RGB (Red+Green+Blue) = 131+49+193=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #8331C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331C1 is #7CCE3E. Grayscale: #595959. Windows color (decimal): -8179263 or 12661123. OLE color: 12661123.
HSL color Cylindrical-coordinate representation of color #8331C1: hue angle of 274.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8331C1 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 49 | 193 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.24 |
| HSL | 274.17º | 0.6% | 0.47% | - |
| HSV(B) | 274.17º | 0.75% | 0.76% | - |
| XYZ | 20.08 | 10.87 | 51.49 | - |
| YUV | 89.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 193 | 0.32 | 0.75 | 0 | 0.24 | 274.17 | 0.6 | 0.47 |
| Hex | 83 | 31 | C1 | 20 | 4B | 0 | 18 | 112 | 3C | 2F |
| Octal | 203 | 61 | 301 | 40 | 113 | 0 | 30 | 422 | 74 | 57 |
| Binary | 10000011 | 110001 | 11000001 | 100000 | 1001011 | 0 | 11000 | 100010010 | 111100 | 101111 |
Color Harmonies of #8331C1
Complementary color
Monochromatic Colors of #8331C1
Black with #8331C1
Text Example
Text Example
White with #8331C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8331C1; }
p { color: rgb(131,49,193); }
H1.HeaderClassName
{
color: #8331C1;
}
.AnyTagClassName
{
color: #8331C1;
}
</style>
background-color css
<style>
a { background-color: #8331C1; }
a { background-color: rgb(131,49,193); }
div.DivClassName
{
background-color: #8331C1;
}
.BgClassName
{
background-color: #8331C1;
}
</style>
border-color css
<style>
span { border-color: #8331C1; }
span { border-color: rgb(131,49,193); }
td.TdClassName
{
border-color: #8331C1;
}
.TagClassName
{
border-color: #8331C1;
}
</style>