Shades of Dark Orchid #9717BB
Tints of Dark Orchid #9717BB
RGB
CMYK
RGB Variations
Color information
#9717BB (or 0x9717BB) is known color: Dark Orchid. HEX triplet: 97, 17 and BB. RGB value is (151,23,187). Sum of RGB (Red+Green+Blue) = 151+23+187=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #9717BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717BB is #68E844. Grayscale: #4F4F4F. Windows color (decimal): -6875205 or 12261271. OLE color: 12261271.
HSL color Cylindrical-coordinate representation of color #9717BB: hue angle of 286.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9717BB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 23 | 187 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.27 |
| HSL | 286.83º | 0.78% | 0.41% | - |
| HSV(B) | 286.83º | 0.88% | 0.73% | - |
| XYZ | 22.04 | 10.78 | 47.93 | - |
| YUV | 79.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 187 | 0.19 | 0.88 | 0 | 0.27 | 286.83 | 0.78 | 0.41 |
| Hex | 97 | 17 | BB | 13 | 58 | 0 | 1B | 11F | 4E | 29 |
| Octal | 227 | 27 | 273 | 23 | 130 | 0 | 33 | 437 | 116 | 51 |
| Binary | 10010111 | 10111 | 10111011 | 10011 | 1011000 | 0 | 11011 | 100011111 | 1001110 | 101001 |
Color Harmonies of #9717BB
Complementary color
Monochromatic Colors of #9717BB
Black with #9717BB
Text Example
Text Example
White with #9717BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717BB; }
p { color: rgb(151,23,187); }
H1.HeaderClassName
{
color: #9717BB;
}
.AnyTagClassName
{
color: #9717BB;
}
</style>
background-color css
<style>
a { background-color: #9717BB; }
a { background-color: rgb(151,23,187); }
div.DivClassName
{
background-color: #9717BB;
}
.BgClassName
{
background-color: #9717BB;
}
</style>
border-color css
<style>
span { border-color: #9717BB; }
span { border-color: rgb(151,23,187); }
td.TdClassName
{
border-color: #9717BB;
}
.TagClassName
{
border-color: #9717BB;
}
</style>