Shades of Dark Orchid #9828AC
Tints of Dark Orchid #9828AC
RGB
CMYK
RGB Variations
Color information
#9828AC (or 0x9828AC) is known color: Dark Orchid. HEX triplet: 98, 28 and AC. RGB value is (152,40,172). Sum of RGB (Red+Green+Blue) = 152+40+172=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #9828AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9828AC is #67D753. Grayscale: #585858. Windows color (decimal): -6805332 or 11282584. OLE color: 11282584.
HSL color Cylindrical-coordinate representation of color #9828AC: hue angle of 290.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9828AC is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 40 | 172 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.33 |
| HSL | 290.91º | 0.62% | 0.42% | - |
| HSV(B) | 290.91º | 0.77% | 0.67% | - |
| XYZ | 21.15 | 11.17 | 40.07 | - |
| YUV | 88.54 | 175.11 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 172 | 0.12 | 0.77 | 0 | 0.33 | 290.91 | 0.62 | 0.42 |
| Hex | 98 | 28 | AC | C | 4D | 0 | 21 | 123 | 3E | 2A |
| Octal | 230 | 50 | 254 | 14 | 115 | 0 | 41 | 443 | 76 | 52 |
| Binary | 10011000 | 101000 | 10101100 | 1100 | 1001101 | 0 | 100001 | 100100011 | 111110 | 101010 |
Color Harmonies of #9828AC
Complementary color
Monochromatic Colors of #9828AC
Black with #9828AC
Text Example
Text Example
White with #9828AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9828AC; }
p { color: rgb(152,40,172); }
H1.HeaderClassName
{
color: #9828AC;
}
.AnyTagClassName
{
color: #9828AC;
}
</style>
background-color css
<style>
a { background-color: #9828AC; }
a { background-color: rgb(152,40,172); }
div.DivClassName
{
background-color: #9828AC;
}
.BgClassName
{
background-color: #9828AC;
}
</style>
border-color css
<style>
span { border-color: #9828AC; }
span { border-color: rgb(152,40,172); }
td.TdClassName
{
border-color: #9828AC;
}
.TagClassName
{
border-color: #9828AC;
}
</style>