Shades of Dark Orchid #9719B9
Tints of Dark Orchid #9719B9
RGB
CMYK
RGB Variations
Color information
#9719B9 (or 0x9719B9) is known color: Dark Orchid. HEX triplet: 97, 19 and B9. RGB value is (151,25,185). Sum of RGB (Red+Green+Blue) = 151+25+185=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 185 (72.66% from 255 or 51.25% from 361); Max value from RGB is 185 - color contains mainly: blue. Hex color #9719B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719B9 is #68E646. Grayscale: #505050. Windows color (decimal): -6874695 or 12130711. OLE color: 12130711.
HSL color Cylindrical-coordinate representation of color #9719B9: hue angle of 287.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9719B9 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 25 | 185 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.27 |
| HSL | 287.25º | 0.76% | 0.41% | - |
| HSV(B) | 287.25º | 0.86% | 0.73% | - |
| XYZ | 21.87 | 10.78 | 46.83 | - |
| YUV | 80.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 185 | 0.18 | 0.86 | 0 | 0.27 | 287.25 | 0.76 | 0.41 |
| Hex | 97 | 19 | B9 | 12 | 56 | 0 | 1B | 11F | 4C | 29 |
| Octal | 227 | 31 | 271 | 22 | 126 | 0 | 33 | 437 | 114 | 51 |
| Binary | 10010111 | 11001 | 10111001 | 10010 | 1010110 | 0 | 11011 | 100011111 | 1001100 | 101001 |
Color Harmonies of #9719B9
Complementary color
Monochromatic Colors of #9719B9
Black with #9719B9
Text Example
Text Example
White with #9719B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9719B9; }
p { color: rgb(151,25,185); }
H1.HeaderClassName
{
color: #9719B9;
}
.AnyTagClassName
{
color: #9719B9;
}
</style>
background-color css
<style>
a { background-color: #9719B9; }
a { background-color: rgb(151,25,185); }
div.DivClassName
{
background-color: #9719B9;
}
.BgClassName
{
background-color: #9719B9;
}
</style>
border-color css
<style>
span { border-color: #9719B9; }
span { border-color: rgb(151,25,185); }
td.TdClassName
{
border-color: #9719B9;
}
.TagClassName
{
border-color: #9719B9;
}
</style>