Shades of Dark Orchid #9829DA
Tints of Dark Orchid #9829DA
RGB
CMYK
RGB Variations
Color information
#9829DA (or 0x9829DA) is known color: Dark Orchid. HEX triplet: 98, 29 and DA. RGB value is (152,41,218). Sum of RGB (Red+Green+Blue) = 152+41+218=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #9829DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829DA is #67D625. Grayscale: #5D5D5D. Windows color (decimal): -6805030 or 14297496. OLE color: 14297496.
HSL color Cylindrical-coordinate representation of color #9829DA: hue angle of 277.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9829DA is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 41 | 218 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.15 |
| HSL | 277.63º | 0.71% | 0.51% | - |
| HSV(B) | 277.63º | 0.81% | 0.85% | - |
| XYZ | 26.4 | 13.32 | 67.51 | - |
| YUV | 94.37 | 197.77 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 218 | 0.30 | 0.81 | 0 | 0.15 | 277.63 | 0.71 | 0.51 |
| Hex | 98 | 29 | DA | 1E | 51 | 0 | F | 116 | 47 | 33 |
| Octal | 230 | 51 | 332 | 36 | 121 | 0 | 17 | 426 | 107 | 63 |
| Binary | 10011000 | 101001 | 11011010 | 11110 | 1010001 | 0 | 1111 | 100010110 | 1000111 | 110011 |
Color Harmonies of #9829DA
Complementary color
Monochromatic Colors of #9829DA
Black with #9829DA
Text Example
Text Example
White with #9829DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9829DA; }
p { color: rgb(152,41,218); }
H1.HeaderClassName
{
color: #9829DA;
}
.AnyTagClassName
{
color: #9829DA;
}
</style>
background-color css
<style>
a { background-color: #9829DA; }
a { background-color: rgb(152,41,218); }
div.DivClassName
{
background-color: #9829DA;
}
.BgClassName
{
background-color: #9829DA;
}
</style>
border-color css
<style>
span { border-color: #9829DA; }
span { border-color: rgb(152,41,218); }
td.TdClassName
{
border-color: #9829DA;
}
.TagClassName
{
border-color: #9829DA;
}
</style>