Shades of Dark Orchid #9718BA
Tints of Dark Orchid #9718BA
RGB
CMYK
RGB Variations
Color information
#9718BA (or 0x9718BA) is known color: Dark Orchid. HEX triplet: 97, 18 and BA. RGB value is (151,24,186). Sum of RGB (Red+Green+Blue) = 151+24+186=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #9718BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718BA is #68E745. Grayscale: #4F4F4F. Windows color (decimal): -6874950 or 12195991. OLE color: 12195991.
HSL color Cylindrical-coordinate representation of color #9718BA: hue angle of 287.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9718BA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 24 | 186 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.27 |
| HSL | 287.04º | 0.77% | 0.41% | - |
| HSV(B) | 287.04º | 0.87% | 0.73% | - |
| XYZ | 21.95 | 10.78 | 47.38 | - |
| YUV | 80.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 186 | 0.19 | 0.87 | 0 | 0.27 | 287.04 | 0.77 | 0.41 |
| Hex | 97 | 18 | BA | 13 | 57 | 0 | 1B | 11F | 4D | 29 |
| Octal | 227 | 30 | 272 | 23 | 127 | 0 | 33 | 437 | 115 | 51 |
| Binary | 10010111 | 11000 | 10111010 | 10011 | 1010111 | 0 | 11011 | 100011111 | 1001101 | 101001 |
Color Harmonies of #9718BA
Complementary color
Monochromatic Colors of #9718BA
Black with #9718BA
Text Example
Text Example
White with #9718BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9718BA; }
p { color: rgb(151,24,186); }
H1.HeaderClassName
{
color: #9718BA;
}
.AnyTagClassName
{
color: #9718BA;
}
</style>
background-color css
<style>
a { background-color: #9718BA; }
a { background-color: rgb(151,24,186); }
div.DivClassName
{
background-color: #9718BA;
}
.BgClassName
{
background-color: #9718BA;
}
</style>
border-color css
<style>
span { border-color: #9718BA; }
span { border-color: rgb(151,24,186); }
td.TdClassName
{
border-color: #9718BA;
}
.TagClassName
{
border-color: #9718BA;
}
</style>