Shades of Dark Orchid #9821BA
Tints of Dark Orchid #9821BA
RGB
CMYK
RGB Variations
Color information
#9821BA (or 0x9821BA) is known color: Dark Orchid. HEX triplet: 98, 21 and BA. RGB value is (152,33,186). Sum of RGB (Red+Green+Blue) = 152+33+186=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9821BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9821BA is #67DE45. Grayscale: #555555. Windows color (decimal): -6807110 or 12198296. OLE color: 12198296.
HSL color Cylindrical-coordinate representation of color #9821BA: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9821BA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 33 | 186 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.27 |
| HSL | 286.67º | 0.7% | 0.43% | - |
| HSV(B) | 286.67º | 0.82% | 0.73% | - |
| XYZ | 22.36 | 11.31 | 47.46 | - |
| YUV | 86.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 33 | 186 | 0.18 | 0.82 | 0 | 0.27 | 286.67 | 0.7 | 0.43 |
| Hex | 98 | 21 | BA | 12 | 52 | 0 | 1B | 11F | 46 | 2B |
| Octal | 230 | 41 | 272 | 22 | 122 | 0 | 33 | 437 | 106 | 53 |
| Binary | 10011000 | 100001 | 10111010 | 10010 | 1010010 | 0 | 11011 | 100011111 | 1000110 | 101011 |
Color Harmonies of #9821BA
Complementary color
Monochromatic Colors of #9821BA
Black with #9821BA
Text Example
Text Example
White with #9821BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9821BA; }
p { color: rgb(152,33,186); }
H1.HeaderClassName
{
color: #9821BA;
}
.AnyTagClassName
{
color: #9821BA;
}
</style>
background-color css
<style>
a { background-color: #9821BA; }
a { background-color: rgb(152,33,186); }
div.DivClassName
{
background-color: #9821BA;
}
.BgClassName
{
background-color: #9821BA;
}
</style>
border-color css
<style>
span { border-color: #9821BA; }
span { border-color: rgb(152,33,186); }
td.TdClassName
{
border-color: #9821BA;
}
.TagClassName
{
border-color: #9821BA;
}
</style>