Shades of Dark Orchid #9931BA
Tints of Dark Orchid #9931BA
RGB
CMYK
RGB Variations
Color information
#9931BA (or 0x9931BA) is known color: Dark Orchid. HEX triplet: 99, 31 and BA. RGB value is (153,49,186). Sum of RGB (Red+Green+Blue) = 153+49+186=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #9931BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9931BA is #66CE45. Grayscale: #5F5F5F. Windows color (decimal): -6737478 or 12202393. OLE color: 12202393.
HSL color Cylindrical-coordinate representation of color #9931BA: hue angle of 285.55º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9931BA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 49 | 186 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.27 |
| HSL | 285.55º | 0.58% | 0.46% | - |
| HSV(B) | 285.55º | 0.74% | 0.73% | - |
| XYZ | 23.1 | 12.51 | 47.65 | - |
| YUV | 95.71 | 178.96 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 186 | 0.18 | 0.74 | 0 | 0.27 | 285.55 | 0.58 | 0.46 |
| Hex | 99 | 31 | BA | 12 | 4A | 0 | 1B | 11E | 3A | 2E |
| Octal | 231 | 61 | 272 | 22 | 112 | 0 | 33 | 436 | 72 | 56 |
| Binary | 10011001 | 110001 | 10111010 | 10010 | 1001010 | 0 | 11011 | 100011110 | 111010 | 101110 |
Color Harmonies of #9931BA
Complementary color
Monochromatic Colors of #9931BA
Black with #9931BA
Text Example
Text Example
White with #9931BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9931BA; }
p { color: rgb(153,49,186); }
H1.HeaderClassName
{
color: #9931BA;
}
.AnyTagClassName
{
color: #9931BA;
}
</style>
background-color css
<style>
a { background-color: #9931BA; }
a { background-color: rgb(153,49,186); }
div.DivClassName
{
background-color: #9931BA;
}
.BgClassName
{
background-color: #9931BA;
}
</style>
border-color css
<style>
span { border-color: #9931BA; }
span { border-color: rgb(153,49,186); }
td.TdClassName
{
border-color: #9931BA;
}
.TagClassName
{
border-color: #9931BA;
}
</style>