Shades of Dark Orchid #9831BA
Tints of Dark Orchid #9831BA
RGB
CMYK
RGB Variations
Color information
#9831BA (or 0x9831BA) is known color: Dark Orchid. HEX triplet: 98, 31 and BA. RGB value is (152,49,186). Sum of RGB (Red+Green+Blue) = 152+49+186=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 49 (19.53% from 255 or 12.66% 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 #9831BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831BA is #67CE45. Grayscale: #5E5E5E. Windows color (decimal): -6803014 or 12202392. OLE color: 12202392.
HSL color Cylindrical-coordinate representation of color #9831BA: hue angle of 285.11º 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 #9831BA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 49 | 186 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.27 |
| HSL | 285.11º | 0.58% | 0.46% | - |
| HSV(B) | 285.11º | 0.74% | 0.73% | - |
| XYZ | 22.91 | 12.42 | 47.64 | - |
| YUV | 95.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 186 | 0.18 | 0.74 | 0 | 0.27 | 285.11 | 0.58 | 0.46 |
| Hex | 98 | 31 | BA | 12 | 4A | 0 | 1B | 11D | 3A | 2E |
| Octal | 230 | 61 | 272 | 22 | 112 | 0 | 33 | 435 | 72 | 56 |
| Binary | 10011000 | 110001 | 10111010 | 10010 | 1001010 | 0 | 11011 | 100011101 | 111010 | 101110 |
Color Harmonies of #9831BA
Complementary color
Monochromatic Colors of #9831BA
Black with #9831BA
Text Example
Text Example
White with #9831BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9831BA; }
p { color: rgb(152,49,186); }
H1.HeaderClassName
{
color: #9831BA;
}
.AnyTagClassName
{
color: #9831BA;
}
</style>
background-color css
<style>
a { background-color: #9831BA; }
a { background-color: rgb(152,49,186); }
div.DivClassName
{
background-color: #9831BA;
}
.BgClassName
{
background-color: #9831BA;
}
</style>
border-color css
<style>
span { border-color: #9831BA; }
span { border-color: rgb(152,49,186); }
td.TdClassName
{
border-color: #9831BA;
}
.TagClassName
{
border-color: #9831BA;
}
</style>