Shades of Dark Orchid #9331D1
Tints of Dark Orchid #9331D1
RGB
CMYK
RGB Variations
Color information
#9331D1 (or 0x9331D1) is known color: Dark Orchid. HEX triplet: 93, 31 and D1. RGB value is (147,49,209). Sum of RGB (Red+Green+Blue) = 147+49+209=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #9331D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331D1 is #6CCE2E. Grayscale: #606060. Windows color (decimal): -7130671 or 13709715. OLE color: 13709715.
HSL color Cylindrical-coordinate representation of color #9331D1: hue angle of 276.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9331D1 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 49 | 209 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.18 |
| HSL | 276.75º | 0.63% | 0.51% | - |
| HSV(B) | 276.75º | 0.77% | 0.82% | - |
| XYZ | 24.64 | 13 | 61.53 | - |
| YUV | 96.54 | 191.47 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 209 | 0.30 | 0.77 | 0 | 0.18 | 276.75 | 0.63 | 0.51 |
| Hex | 93 | 31 | D1 | 1E | 4D | 0 | 12 | 115 | 3F | 33 |
| Octal | 223 | 61 | 321 | 36 | 115 | 0 | 22 | 425 | 77 | 63 |
| Binary | 10010011 | 110001 | 11010001 | 11110 | 1001101 | 0 | 10010 | 100010101 | 111111 | 110011 |
Color Harmonies of #9331D1
Complementary color
Monochromatic Colors of #9331D1
Black with #9331D1
Text Example
Text Example
White with #9331D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331D1; }
p { color: rgb(147,49,209); }
H1.HeaderClassName
{
color: #9331D1;
}
.AnyTagClassName
{
color: #9331D1;
}
</style>
background-color css
<style>
a { background-color: #9331D1; }
a { background-color: rgb(147,49,209); }
div.DivClassName
{
background-color: #9331D1;
}
.BgClassName
{
background-color: #9331D1;
}
</style>
border-color css
<style>
span { border-color: #9331D1; }
span { border-color: rgb(147,49,209); }
td.TdClassName
{
border-color: #9331D1;
}
.TagClassName
{
border-color: #9331D1;
}
</style>