Shades of Dark Orchid #9819BA
Tints of Dark Orchid #9819BA
RGB
CMYK
RGB Variations
Color information
#9819BA (or 0x9819BA) is known color: Dark Orchid. HEX triplet: 98, 19 and BA. RGB value is (152,25,186). Sum of RGB (Red+Green+Blue) = 152+25+186=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 25 (10.16% from 255 or 6.89% 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 #9819BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819BA is #67E645. Grayscale: #505050. Windows color (decimal): -6809158 or 12196248. OLE color: 12196248.
HSL color Cylindrical-coordinate representation of color #9819BA: hue angle of 287.33º degrees, saturation: 0.76, 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 #9819BA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 25 | 186 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.27 |
| HSL | 287.33º | 0.76% | 0.41% | - |
| HSV(B) | 287.33º | 0.87% | 0.73% | - |
| XYZ | 22.16 | 10.92 | 47.39 | - |
| YUV | 81.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 186 | 0.18 | 0.87 | 0 | 0.27 | 287.33 | 0.76 | 0.41 |
| Hex | 98 | 19 | BA | 12 | 57 | 0 | 1B | 11F | 4C | 29 |
| Octal | 230 | 31 | 272 | 22 | 127 | 0 | 33 | 437 | 114 | 51 |
| Binary | 10011000 | 11001 | 10111010 | 10010 | 1010111 | 0 | 11011 | 100011111 | 1001100 | 101001 |
Color Harmonies of #9819BA
Complementary color
Monochromatic Colors of #9819BA
Black with #9819BA
Text Example
Text Example
White with #9819BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9819BA; }
p { color: rgb(152,25,186); }
H1.HeaderClassName
{
color: #9819BA;
}
.AnyTagClassName
{
color: #9819BA;
}
</style>
background-color css
<style>
a { background-color: #9819BA; }
a { background-color: rgb(152,25,186); }
div.DivClassName
{
background-color: #9819BA;
}
.BgClassName
{
background-color: #9819BA;
}
</style>
border-color css
<style>
span { border-color: #9819BA; }
span { border-color: rgb(152,25,186); }
td.TdClassName
{
border-color: #9819BA;
}
.TagClassName
{
border-color: #9819BA;
}
</style>