Shades of Dark Orchid #9823AB
Tints of Dark Orchid #9823AB
RGB
CMYK
RGB Variations
Color information
#9823AB (or 0x9823AB) is known color: Dark Orchid. HEX triplet: 98, 23 and AB. RGB value is (152,35,171). Sum of RGB (Red+Green+Blue) = 152+35+171=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #9823AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9823AB is #67DC54. Grayscale: #555555. Windows color (decimal): -6806613 or 11215768. OLE color: 11215768.
HSL color Cylindrical-coordinate representation of color #9823AB: hue angle of 291.62º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9823AB is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 35 | 171 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.33 |
| HSL | 291.62º | 0.66% | 0.4% | - |
| HSV(B) | 291.62º | 0.8% | 0.67% | - |
| XYZ | 20.9 | 10.82 | 39.51 | - |
| YUV | 85.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 35 | 171 | 0.11 | 0.80 | 0 | 0.33 | 291.62 | 0.66 | 0.4 |
| Hex | 98 | 23 | AB | B | 50 | 0 | 21 | 124 | 42 | 28 |
| Octal | 230 | 43 | 253 | 13 | 120 | 0 | 41 | 444 | 102 | 50 |
| Binary | 10011000 | 100011 | 10101011 | 1011 | 1010000 | 0 | 100001 | 100100100 | 1000010 | 101000 |
Color Harmonies of #9823AB
Complementary color
Monochromatic Colors of #9823AB
Black with #9823AB
Text Example
Text Example
White with #9823AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9823AB; }
p { color: rgb(152,35,171); }
H1.HeaderClassName
{
color: #9823AB;
}
.AnyTagClassName
{
color: #9823AB;
}
</style>
background-color css
<style>
a { background-color: #9823AB; }
a { background-color: rgb(152,35,171); }
div.DivClassName
{
background-color: #9823AB;
}
.BgClassName
{
background-color: #9823AB;
}
</style>
border-color css
<style>
span { border-color: #9823AB; }
span { border-color: rgb(152,35,171); }
td.TdClassName
{
border-color: #9823AB;
}
.TagClassName
{
border-color: #9823AB;
}
</style>