Shades of Dark Orchid #9930BA
Tints of Dark Orchid #9930BA
RGB
CMYK
RGB Variations
Color information
#9930BA (or 0x9930BA) is known color: Dark Orchid. HEX triplet: 99, 30 and BA. RGB value is (153,48,186). Sum of RGB (Red+Green+Blue) = 153+48+186=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #9930BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930BA is #66CF45. Grayscale: #5E5E5E. Windows color (decimal): -6737734 or 12202137. OLE color: 12202137.
HSL color Cylindrical-coordinate representation of color #9930BA: hue angle of 285.65º degrees, saturation: 0.59, 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 #9930BA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 48 | 186 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.27 |
| HSL | 285.65º | 0.59% | 0.46% | - |
| HSV(B) | 285.65º | 0.74% | 0.73% | - |
| XYZ | 23.06 | 12.43 | 47.64 | - |
| YUV | 95.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 48 | 186 | 0.18 | 0.74 | 0 | 0.27 | 285.65 | 0.59 | 0.46 |
| Hex | 99 | 30 | BA | 12 | 4A | 0 | 1B | 11E | 3B | 2E |
| Octal | 231 | 60 | 272 | 22 | 112 | 0 | 33 | 436 | 73 | 56 |
| Binary | 10011001 | 110000 | 10111010 | 10010 | 1001010 | 0 | 11011 | 100011110 | 111011 | 101110 |
Color Harmonies of #9930BA
Complementary color
Monochromatic Colors of #9930BA
Black with #9930BA
Text Example
Text Example
White with #9930BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9930BA; }
p { color: rgb(153,48,186); }
H1.HeaderClassName
{
color: #9930BA;
}
.AnyTagClassName
{
color: #9930BA;
}
</style>
background-color css
<style>
a { background-color: #9930BA; }
a { background-color: rgb(153,48,186); }
div.DivClassName
{
background-color: #9930BA;
}
.BgClassName
{
background-color: #9930BA;
}
</style>
border-color css
<style>
span { border-color: #9930BA; }
span { border-color: rgb(153,48,186); }
td.TdClassName
{
border-color: #9930BA;
}
.TagClassName
{
border-color: #9930BA;
}
</style>