Shades of Dark Orchid #9831B8
Tints of Dark Orchid #9831B8
RGB
CMYK
RGB Variations
Color information
#9831B8 (or 0x9831B8) is known color: Dark Orchid. HEX triplet: 98, 31 and B8. RGB value is (152,49,184). Sum of RGB (Red+Green+Blue) = 152+49+184=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #9831B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831B8 is #67CE47. Grayscale: #5E5E5E. Windows color (decimal): -6803016 or 12071320. OLE color: 12071320.
HSL color Cylindrical-coordinate representation of color #9831B8: hue angle of 285.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9831B8 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 49 | 184 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.28 |
| HSL | 285.78º | 0.58% | 0.46% | - |
| HSV(B) | 285.78º | 0.73% | 0.72% | - |
| XYZ | 22.7 | 12.33 | 46.53 | - |
| YUV | 95.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 49 | 184 | 0.17 | 0.73 | 0 | 0.28 | 285.78 | 0.58 | 0.46 |
| Hex | 98 | 31 | B8 | 11 | 49 | 0 | 1C | 11E | 3A | 2E |
| Octal | 230 | 61 | 270 | 21 | 111 | 0 | 34 | 436 | 72 | 56 |
| Binary | 10011000 | 110001 | 10111000 | 10001 | 1001001 | 0 | 11100 | 100011110 | 111010 | 101110 |
Color Harmonies of #9831B8
Complementary color
Monochromatic Colors of #9831B8
Black with #9831B8
Text Example
Text Example
White with #9831B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9831B8; }
p { color: rgb(152,49,184); }
H1.HeaderClassName
{
color: #9831B8;
}
.AnyTagClassName
{
color: #9831B8;
}
</style>
background-color css
<style>
a { background-color: #9831B8; }
a { background-color: rgb(152,49,184); }
div.DivClassName
{
background-color: #9831B8;
}
.BgClassName
{
background-color: #9831B8;
}
</style>
border-color css
<style>
span { border-color: #9831B8; }
span { border-color: rgb(152,49,184); }
td.TdClassName
{
border-color: #9831B8;
}
.TagClassName
{
border-color: #9831B8;
}
</style>