Shades of Dark Orchid #9918BA
Tints of Dark Orchid #9918BA
RGB
CMYK
RGB Variations
Color information
#9918BA (or 0x9918BA) is known color: Dark Orchid. HEX triplet: 99, 18 and BA. RGB value is (153,24,186). Sum of RGB (Red+Green+Blue) = 153+24+186=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #9918BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918BA is #66E745. Grayscale: #505050. Windows color (decimal): -6743878 or 12195993. OLE color: 12195993.
HSL color Cylindrical-coordinate representation of color #9918BA: hue angle of 287.78º 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 #9918BA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 24 | 186 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.27 |
| HSL | 287.78º | 0.77% | 0.41% | - |
| HSV(B) | 287.78º | 0.87% | 0.73% | - |
| XYZ | 22.33 | 10.97 | 47.4 | - |
| YUV | 81.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 186 | 0.18 | 0.87 | 0 | 0.27 | 287.78 | 0.77 | 0.41 |
| Hex | 99 | 18 | BA | 12 | 57 | 0 | 1B | 120 | 4D | 29 |
| Octal | 231 | 30 | 272 | 22 | 127 | 0 | 33 | 440 | 115 | 51 |
| Binary | 10011001 | 11000 | 10111010 | 10010 | 1010111 | 0 | 11011 | 100100000 | 1001101 | 101001 |
Color Harmonies of #9918BA
Complementary color
Monochromatic Colors of #9918BA
Black with #9918BA
Text Example
Text Example
White with #9918BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918BA; }
p { color: rgb(153,24,186); }
H1.HeaderClassName
{
color: #9918BA;
}
.AnyTagClassName
{
color: #9918BA;
}
</style>
background-color css
<style>
a { background-color: #9918BA; }
a { background-color: rgb(153,24,186); }
div.DivClassName
{
background-color: #9918BA;
}
.BgClassName
{
background-color: #9918BA;
}
</style>
border-color css
<style>
span { border-color: #9918BA; }
span { border-color: rgb(153,24,186); }
td.TdClassName
{
border-color: #9918BA;
}
.TagClassName
{
border-color: #9918BA;
}
</style>