Shades of Dark Orchid #9717BA
Tints of Dark Orchid #9717BA
RGB
CMYK
RGB Variations
Color information
#9717BA (or 0x9717BA) is known color: Dark Orchid. HEX triplet: 97, 17 and BA. RGB value is (151,23,186). Sum of RGB (Red+Green+Blue) = 151+23+186=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #9717BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9717BA is #68E845. Grayscale: #4F4F4F. Windows color (decimal): -6875206 or 12195735. OLE color: 12195735.
HSL color Cylindrical-coordinate representation of color #9717BA: hue angle of 287.12º 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 #9717BA is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 23 | 186 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.27 |
| HSL | 287.12º | 0.78% | 0.41% | - |
| HSV(B) | 287.12º | 0.88% | 0.73% | - |
| XYZ | 21.93 | 10.74 | 47.37 | - |
| YUV | 79.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 186 | 0.19 | 0.88 | 0 | 0.27 | 287.12 | 0.78 | 0.41 |
| Hex | 97 | 17 | BA | 13 | 58 | 0 | 1B | 11F | 4E | 29 |
| Octal | 227 | 27 | 272 | 23 | 130 | 0 | 33 | 437 | 116 | 51 |
| Binary | 10010111 | 10111 | 10111010 | 10011 | 1011000 | 0 | 11011 | 100011111 | 1001110 | 101001 |
Color Harmonies of #9717BA
Complementary color
Monochromatic Colors of #9717BA
Black with #9717BA
Text Example
Text Example
White with #9717BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9717BA; }
p { color: rgb(151,23,186); }
H1.HeaderClassName
{
color: #9717BA;
}
.AnyTagClassName
{
color: #9717BA;
}
</style>
background-color css
<style>
a { background-color: #9717BA; }
a { background-color: rgb(151,23,186); }
div.DivClassName
{
background-color: #9717BA;
}
.BgClassName
{
background-color: #9717BA;
}
</style>
border-color css
<style>
span { border-color: #9717BA; }
span { border-color: rgb(151,23,186); }
td.TdClassName
{
border-color: #9717BA;
}
.TagClassName
{
border-color: #9717BA;
}
</style>