Shades of Dark Orchid #9719BB
Tints of Dark Orchid #9719BB
RGB
CMYK
RGB Variations
Color information
#9719BB (or 0x9719BB) is known color: Dark Orchid. HEX triplet: 97, 19 and BB. RGB value is (151,25,187). Sum of RGB (Red+Green+Blue) = 151+25+187=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #9719BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719BB is #68E644. Grayscale: #505050. Windows color (decimal): -6874693 or 12261783. OLE color: 12261783.
HSL color Cylindrical-coordinate representation of color #9719BB: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9719BB is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 25 | 187 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.27 |
| HSL | 286.67º | 0.76% | 0.42% | - |
| HSV(B) | 286.67º | 0.87% | 0.73% | - |
| XYZ | 22.08 | 10.86 | 47.95 | - |
| YUV | 81.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 25 | 187 | 0.19 | 0.87 | 0 | 0.27 | 286.67 | 0.76 | 0.42 |
| Hex | 97 | 19 | BB | 13 | 57 | 0 | 1B | 11F | 4C | 2A |
| Octal | 227 | 31 | 273 | 23 | 127 | 0 | 33 | 437 | 114 | 52 |
| Binary | 10010111 | 11001 | 10111011 | 10011 | 1010111 | 0 | 11011 | 100011111 | 1001100 | 101010 |
Color Harmonies of #9719BB
Complementary color
Monochromatic Colors of #9719BB
Black with #9719BB
Text Example
Text Example
White with #9719BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9719BB; }
p { color: rgb(151,25,187); }
H1.HeaderClassName
{
color: #9719BB;
}
.AnyTagClassName
{
color: #9719BB;
}
</style>
background-color css
<style>
a { background-color: #9719BB; }
a { background-color: rgb(151,25,187); }
div.DivClassName
{
background-color: #9719BB;
}
.BgClassName
{
background-color: #9719BB;
}
</style>
border-color css
<style>
span { border-color: #9719BB; }
span { border-color: rgb(151,25,187); }
td.TdClassName
{
border-color: #9719BB;
}
.TagClassName
{
border-color: #9719BB;
}
</style>