Shades of Dark Orchid #9832BA
Tints of Dark Orchid #9832BA
RGB
CMYK
RGB Variations
Color information
#9832BA (or 0x9832BA) is known color: Dark Orchid. HEX triplet: 98, 32 and BA. RGB value is (152,50,186). Sum of RGB (Red+Green+Blue) = 152+50+186=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 50 (19.92% from 255 or 12.89% 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 #9832BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9832BA is #67CD45. Grayscale: #5F5F5F. Windows color (decimal): -6802758 or 12202648. OLE color: 12202648.
HSL color Cylindrical-coordinate representation of color #9832BA: hue angle of 285º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9832BA is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 50 | 186 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.27 |
| HSL | 285º | 0.58% | 0.46% | - |
| HSV(B) | 285º | 0.73% | 0.73% | - |
| XYZ | 22.95 | 12.5 | 47.66 | - |
| YUV | 96 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 186 | 0.18 | 0.73 | 0 | 0.27 | 285 | 0.58 | 0.46 |
| Hex | 98 | 32 | BA | 12 | 49 | 0 | 1B | 11D | 3A | 2E |
| Octal | 230 | 62 | 272 | 22 | 111 | 0 | 33 | 435 | 72 | 56 |
| Binary | 10011000 | 110010 | 10111010 | 10010 | 1001001 | 0 | 11011 | 100011101 | 111010 | 101110 |
Color Harmonies of #9832BA
Complementary color
Monochromatic Colors of #9832BA
Black with #9832BA
Text Example
Text Example
White with #9832BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9832BA; }
p { color: rgb(152,50,186); }
H1.HeaderClassName
{
color: #9832BA;
}
.AnyTagClassName
{
color: #9832BA;
}
</style>
background-color css
<style>
a { background-color: #9832BA; }
a { background-color: rgb(152,50,186); }
div.DivClassName
{
background-color: #9832BA;
}
.BgClassName
{
background-color: #9832BA;
}
</style>
border-color css
<style>
span { border-color: #9832BA; }
span { border-color: rgb(152,50,186); }
td.TdClassName
{
border-color: #9832BA;
}
.TagClassName
{
border-color: #9832BA;
}
</style>