Shades of Dark Orchid #9823AC
Tints of Dark Orchid #9823AC
RGB
CMYK
RGB Variations
Color information
#9823AC (or 0x9823AC) is known color: Dark Orchid. HEX triplet: 98, 23 and AC. RGB value is (152,35,172). Sum of RGB (Red+Green+Blue) = 152+35+172=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #9823AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9823AC is #67DC53. Grayscale: #555555. Windows color (decimal): -6806612 or 11281304. OLE color: 11281304.
HSL color Cylindrical-coordinate representation of color #9823AC: hue angle of 291.24º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9823AC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 35 | 172 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.33 |
| HSL | 291.24º | 0.66% | 0.41% | - |
| HSV(B) | 291.24º | 0.8% | 0.67% | - |
| XYZ | 21 | 10.86 | 40.02 | - |
| YUV | 85.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 172 | 0.12 | 0.80 | 0 | 0.33 | 291.24 | 0.66 | 0.41 |
| Hex | 98 | 23 | AC | C | 50 | 0 | 21 | 123 | 42 | 29 |
| Octal | 230 | 43 | 254 | 14 | 120 | 0 | 41 | 443 | 102 | 51 |
| Binary | 10011000 | 100011 | 10101100 | 1100 | 1010000 | 0 | 100001 | 100100011 | 1000010 | 101001 |
Color Harmonies of #9823AC
Complementary color
Monochromatic Colors of #9823AC
Black with #9823AC
Text Example
Text Example
White with #9823AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9823AC; }
p { color: rgb(152,35,172); }
H1.HeaderClassName
{
color: #9823AC;
}
.AnyTagClassName
{
color: #9823AC;
}
</style>
background-color css
<style>
a { background-color: #9823AC; }
a { background-color: rgb(152,35,172); }
div.DivClassName
{
background-color: #9823AC;
}
.BgClassName
{
background-color: #9823AC;
}
</style>
border-color css
<style>
span { border-color: #9823AC; }
span { border-color: rgb(152,35,172); }
td.TdClassName
{
border-color: #9823AC;
}
.TagClassName
{
border-color: #9823AC;
}
</style>