Shades of Dark Orchid #9828AE
Tints of Dark Orchid #9828AE
RGB
CMYK
RGB Variations
Color information
#9828AE (or 0x9828AE) is known color: Dark Orchid. HEX triplet: 98, 28 and AE. RGB value is (152,40,174). Sum of RGB (Red+Green+Blue) = 152+40+174=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #9828AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9828AE is #67D751. Grayscale: #585858. Windows color (decimal): -6805330 or 11413656. OLE color: 11413656.
HSL color Cylindrical-coordinate representation of color #9828AE: hue angle of 290.15º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9828AE is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 40 | 174 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.32 |
| HSL | 290.15º | 0.63% | 0.42% | - |
| HSV(B) | 290.15º | 0.77% | 0.68% | - |
| XYZ | 21.35 | 11.25 | 41.09 | - |
| YUV | 88.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 174 | 0.13 | 0.77 | 0 | 0.32 | 290.15 | 0.63 | 0.42 |
| Hex | 98 | 28 | AE | D | 4D | 0 | 20 | 122 | 3F | 2A |
| Octal | 230 | 50 | 256 | 15 | 115 | 0 | 40 | 442 | 77 | 52 |
| Binary | 10011000 | 101000 | 10101110 | 1101 | 1001101 | 0 | 100000 | 100100010 | 111111 | 101010 |
Color Harmonies of #9828AE
Complementary color
Monochromatic Colors of #9828AE
Black with #9828AE
Text Example
Text Example
White with #9828AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9828AE; }
p { color: rgb(152,40,174); }
H1.HeaderClassName
{
color: #9828AE;
}
.AnyTagClassName
{
color: #9828AE;
}
</style>
background-color css
<style>
a { background-color: #9828AE; }
a { background-color: rgb(152,40,174); }
div.DivClassName
{
background-color: #9828AE;
}
.BgClassName
{
background-color: #9828AE;
}
</style>
border-color css
<style>
span { border-color: #9828AE; }
span { border-color: rgb(152,40,174); }
td.TdClassName
{
border-color: #9828AE;
}
.TagClassName
{
border-color: #9828AE;
}
</style>