Shades of Dark Orchid #9827AB
Tints of Dark Orchid #9827AB
RGB
CMYK
RGB Variations
Color information
#9827AB (or 0x9827AB) is known color: Dark Orchid. HEX triplet: 98, 27 and AB. RGB value is (152,39,171). Sum of RGB (Red+Green+Blue) = 152+39+171=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #9827AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9827AB is #67D854. Grayscale: #575757. Windows color (decimal): -6805589 or 11216792. OLE color: 11216792.
HSL color Cylindrical-coordinate representation of color #9827AB: hue angle of 291.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9827AB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 39 | 171 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.33 |
| HSL | 291.36º | 0.63% | 0.41% | - |
| HSV(B) | 291.36º | 0.77% | 0.67% | - |
| XYZ | 21.03 | 11.07 | 39.56 | - |
| YUV | 87.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 39 | 171 | 0.11 | 0.77 | 0 | 0.33 | 291.36 | 0.63 | 0.41 |
| Hex | 98 | 27 | AB | B | 4D | 0 | 21 | 123 | 3F | 29 |
| Octal | 230 | 47 | 253 | 13 | 115 | 0 | 41 | 443 | 77 | 51 |
| Binary | 10011000 | 100111 | 10101011 | 1011 | 1001101 | 0 | 100001 | 100100011 | 111111 | 101001 |
Color Harmonies of #9827AB
Complementary color
Monochromatic Colors of #9827AB
Black with #9827AB
Text Example
Text Example
White with #9827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9827AB; }
p { color: rgb(152,39,171); }
H1.HeaderClassName
{
color: #9827AB;
}
.AnyTagClassName
{
color: #9827AB;
}
</style>
background-color css
<style>
a { background-color: #9827AB; }
a { background-color: rgb(152,39,171); }
div.DivClassName
{
background-color: #9827AB;
}
.BgClassName
{
background-color: #9827AB;
}
</style>
border-color css
<style>
span { border-color: #9827AB; }
span { border-color: rgb(152,39,171); }
td.TdClassName
{
border-color: #9827AB;
}
.TagClassName
{
border-color: #9827AB;
}
</style>