Shades of Dark Orchid #9617BC
Tints of Dark Orchid #9617BC
RGB
CMYK
RGB Variations
Color information
#9617BC (or 0x9617BC) is known color: Dark Orchid. HEX triplet: 96, 17 and BC. RGB value is (150,23,188). Sum of RGB (Red+Green+Blue) = 150+23+188=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #9617BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9617BC is #69E843. Grayscale: #4F4F4F. Windows color (decimal): -6940740 or 12326806. OLE color: 12326806.
HSL color Cylindrical-coordinate representation of color #9617BC: hue angle of 286.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9617BC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 23 | 188 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.26 |
| HSL | 286.18º | 0.78% | 0.41% | - |
| HSV(B) | 286.18º | 0.88% | 0.74% | - |
| XYZ | 21.96 | 10.73 | 48.49 | - |
| YUV | 79.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 188 | 0.20 | 0.88 | 0 | 0.26 | 286.18 | 0.78 | 0.41 |
| Hex | 96 | 17 | BC | 14 | 58 | 0 | 1A | 11E | 4E | 29 |
| Octal | 226 | 27 | 274 | 24 | 130 | 0 | 32 | 436 | 116 | 51 |
| Binary | 10010110 | 10111 | 10111100 | 10100 | 1011000 | 0 | 11010 | 100011110 | 1001110 | 101001 |
Color Harmonies of #9617BC
Complementary color
Monochromatic Colors of #9617BC
Black with #9617BC
Text Example
Text Example
White with #9617BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9617BC; }
p { color: rgb(150,23,188); }
H1.HeaderClassName
{
color: #9617BC;
}
.AnyTagClassName
{
color: #9617BC;
}
</style>
background-color css
<style>
a { background-color: #9617BC; }
a { background-color: rgb(150,23,188); }
div.DivClassName
{
background-color: #9617BC;
}
.BgClassName
{
background-color: #9617BC;
}
</style>
border-color css
<style>
span { border-color: #9617BC; }
span { border-color: rgb(150,23,188); }
td.TdClassName
{
border-color: #9617BC;
}
.TagClassName
{
border-color: #9617BC;
}
</style>