Shades of Dark Orchid #9826AB
Tints of Dark Orchid #9826AB
RGB
CMYK
RGB Variations
Color information
#9826AB (or 0x9826AB) is known color: Dark Orchid. HEX triplet: 98, 26 and AB. RGB value is (152,38,171). Sum of RGB (Red+Green+Blue) = 152+38+171=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #9826AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9826AB is #67D954. Grayscale: #565656. Windows color (decimal): -6805845 or 11216536. OLE color: 11216536.
HSL color Cylindrical-coordinate representation of color #9826AB: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9826AB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 38 | 171 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.33 |
| HSL | 291.43º | 0.64% | 0.41% | - |
| HSV(B) | 291.43º | 0.78% | 0.67% | - |
| XYZ | 20.99 | 11 | 39.55 | - |
| YUV | 87.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 171 | 0.11 | 0.78 | 0 | 0.33 | 291.43 | 0.64 | 0.41 |
| Hex | 98 | 26 | AB | B | 4E | 0 | 21 | 123 | 40 | 29 |
| Octal | 230 | 46 | 253 | 13 | 116 | 0 | 41 | 443 | 100 | 51 |
| Binary | 10011000 | 100110 | 10101011 | 1011 | 1001110 | 0 | 100001 | 100100011 | 1000000 | 101001 |
Color Harmonies of #9826AB
Complementary color
Monochromatic Colors of #9826AB
Black with #9826AB
Text Example
Text Example
White with #9826AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9826AB; }
p { color: rgb(152,38,171); }
H1.HeaderClassName
{
color: #9826AB;
}
.AnyTagClassName
{
color: #9826AB;
}
</style>
background-color css
<style>
a { background-color: #9826AB; }
a { background-color: rgb(152,38,171); }
div.DivClassName
{
background-color: #9826AB;
}
.BgClassName
{
background-color: #9826AB;
}
</style>
border-color css
<style>
span { border-color: #9826AB; }
span { border-color: rgb(152,38,171); }
td.TdClassName
{
border-color: #9826AB;
}
.TagClassName
{
border-color: #9826AB;
}
</style>