Shades of Dark Orchid #9825AD
Tints of Dark Orchid #9825AD
RGB
CMYK
RGB Variations
Color information
#9825AD (or 0x9825AD) is known color: Dark Orchid. HEX triplet: 98, 25 and AD. RGB value is (152,37,173). Sum of RGB (Red+Green+Blue) = 152+37+173=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #9825AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9825AD is #67DA52. Grayscale: #565656. Windows color (decimal): -6806099 or 11347352. OLE color: 11347352.
HSL color Cylindrical-coordinate representation of color #9825AD: hue angle of 290.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9825AD is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 37 | 173 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.32 |
| HSL | 290.74º | 0.65% | 0.41% | - |
| HSV(B) | 290.74º | 0.79% | 0.68% | - |
| XYZ | 21.15 | 11.02 | 40.55 | - |
| YUV | 86.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 37 | 173 | 0.12 | 0.79 | 0 | 0.32 | 290.74 | 0.65 | 0.41 |
| Hex | 98 | 25 | AD | C | 4F | 0 | 20 | 123 | 41 | 29 |
| Octal | 230 | 45 | 255 | 14 | 117 | 0 | 40 | 443 | 101 | 51 |
| Binary | 10011000 | 100101 | 10101101 | 1100 | 1001111 | 0 | 100000 | 100100011 | 1000001 | 101001 |
Color Harmonies of #9825AD
Complementary color
Monochromatic Colors of #9825AD
Black with #9825AD
Text Example
Text Example
White with #9825AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9825AD; }
p { color: rgb(152,37,173); }
H1.HeaderClassName
{
color: #9825AD;
}
.AnyTagClassName
{
color: #9825AD;
}
</style>
background-color css
<style>
a { background-color: #9825AD; }
a { background-color: rgb(152,37,173); }
div.DivClassName
{
background-color: #9825AD;
}
.BgClassName
{
background-color: #9825AD;
}
</style>
border-color css
<style>
span { border-color: #9825AD; }
span { border-color: rgb(152,37,173); }
td.TdClassName
{
border-color: #9825AD;
}
.TagClassName
{
border-color: #9825AD;
}
</style>