Shades of Dark Orchid #9823AF
Tints of Dark Orchid #9823AF
RGB
CMYK
RGB Variations
Color information
#9823AF (or 0x9823AF) is known color: Dark Orchid. HEX triplet: 98, 23 and AF. RGB value is (152,35,175). Sum of RGB (Red+Green+Blue) = 152+35+175=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #9823AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9823AF is #67DC50. Grayscale: #555555. Windows color (decimal): -6806609 or 11477912. OLE color: 11477912.
HSL color Cylindrical-coordinate representation of color #9823AF: hue angle of 290.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9823AF is Cyan = 0.13, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 35 | 175 | - |
| CMYK | 0.13 | 0.8 | 0 | 0.31 |
| HSL | 290.14º | 0.67% | 0.41% | - |
| HSV(B) | 290.14º | 0.8% | 0.69% | - |
| XYZ | 21.29 | 10.97 | 41.55 | - |
| YUV | 85.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 175 | 0.13 | 0.8 | 0 | 0.31 | 290.14 | 0.67 | 0.41 |
| Hex | 98 | 23 | AF | D | 50 | 0 | 1F | 122 | 43 | 29 |
| Octal | 230 | 43 | 257 | 15 | 120 | 0 | 37 | 442 | 103 | 51 |
| Binary | 10011000 | 100011 | 10101111 | 1101 | 1010000 | 0 | 11111 | 100100010 | 1000011 | 101001 |
Color Harmonies of #9823AF
Complementary color
Monochromatic Colors of #9823AF
Black with #9823AF
Text Example
Text Example
White with #9823AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9823AF; }
p { color: rgb(152,35,175); }
H1.HeaderClassName
{
color: #9823AF;
}
.AnyTagClassName
{
color: #9823AF;
}
</style>
background-color css
<style>
a { background-color: #9823AF; }
a { background-color: rgb(152,35,175); }
div.DivClassName
{
background-color: #9823AF;
}
.BgClassName
{
background-color: #9823AF;
}
</style>
border-color css
<style>
span { border-color: #9823AF; }
span { border-color: rgb(152,35,175); }
td.TdClassName
{
border-color: #9823AF;
}
.TagClassName
{
border-color: #9823AF;
}
</style>