Shades of Dark Orchid #9823AD
Tints of Dark Orchid #9823AD
RGB
CMYK
RGB Variations
Color information
#9823AD (or 0x9823AD) is known color: Dark Orchid. HEX triplet: 98, 23 and AD. RGB value is (152,35,173). Sum of RGB (Red+Green+Blue) = 152+35+173=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #9823AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9823AD is #67DC52. Grayscale: #555555. Windows color (decimal): -6806611 or 11346840. OLE color: 11346840.
HSL color Cylindrical-coordinate representation of color #9823AD: hue angle of 290.87º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9823AD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 35 | 173 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.32 |
| HSL | 290.87º | 0.66% | 0.41% | - |
| HSV(B) | 290.87º | 0.8% | 0.68% | - |
| XYZ | 21.09 | 10.89 | 40.53 | - |
| YUV | 85.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 173 | 0.12 | 0.80 | 0 | 0.32 | 290.87 | 0.66 | 0.41 |
| Hex | 98 | 23 | AD | C | 50 | 0 | 20 | 123 | 42 | 29 |
| Octal | 230 | 43 | 255 | 14 | 120 | 0 | 40 | 443 | 102 | 51 |
| Binary | 10011000 | 100011 | 10101101 | 1100 | 1010000 | 0 | 100000 | 100100011 | 1000010 | 101001 |
Color Harmonies of #9823AD
Complementary color
Monochromatic Colors of #9823AD
Black with #9823AD
Text Example
Text Example
White with #9823AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9823AD; }
p { color: rgb(152,35,173); }
H1.HeaderClassName
{
color: #9823AD;
}
.AnyTagClassName
{
color: #9823AD;
}
</style>
background-color css
<style>
a { background-color: #9823AD; }
a { background-color: rgb(152,35,173); }
div.DivClassName
{
background-color: #9823AD;
}
.BgClassName
{
background-color: #9823AD;
}
</style>
border-color css
<style>
span { border-color: #9823AD; }
span { border-color: rgb(152,35,173); }
td.TdClassName
{
border-color: #9823AD;
}
.TagClassName
{
border-color: #9823AD;
}
</style>