Shades of Dark Orchid #9731D5
Tints of Dark Orchid #9731D5
RGB
CMYK
RGB Variations
Color information
#9731D5 (or 0x9731D5) is known color: Dark Orchid. HEX triplet: 97, 31 and D5. RGB value is (151,49,213). Sum of RGB (Red+Green+Blue) = 151+49+213=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #9731D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9731D5 is #68CE2A. Grayscale: #616161. Windows color (decimal): -6868523 or 13971863. OLE color: 13971863.
HSL color Cylindrical-coordinate representation of color #9731D5: hue angle of 277.32º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9731D5 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 49 | 213 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.16 |
| HSL | 277.32º | 0.66% | 0.51% | - |
| HSV(B) | 277.32º | 0.77% | 0.84% | - |
| XYZ | 25.87 | 13.58 | 64.21 | - |
| YUV | 98.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 213 | 0.29 | 0.77 | 0 | 0.16 | 277.32 | 0.66 | 0.51 |
| Hex | 97 | 31 | D5 | 1D | 4D | 0 | 10 | 115 | 42 | 33 |
| Octal | 227 | 61 | 325 | 35 | 115 | 0 | 20 | 425 | 102 | 63 |
| Binary | 10010111 | 110001 | 11010101 | 11101 | 1001101 | 0 | 10000 | 100010101 | 1000010 | 110011 |
Color Harmonies of #9731D5
Complementary color
Monochromatic Colors of #9731D5
Black with #9731D5
Text Example
Text Example
White with #9731D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9731D5; }
p { color: rgb(151,49,213); }
H1.HeaderClassName
{
color: #9731D5;
}
.AnyTagClassName
{
color: #9731D5;
}
</style>
background-color css
<style>
a { background-color: #9731D5; }
a { background-color: rgb(151,49,213); }
div.DivClassName
{
background-color: #9731D5;
}
.BgClassName
{
background-color: #9731D5;
}
</style>
border-color css
<style>
span { border-color: #9731D5; }
span { border-color: rgb(151,49,213); }
td.TdClassName
{
border-color: #9731D5;
}
.TagClassName
{
border-color: #9731D5;
}
</style>