Shades of Dark Orchid #9C31B9
Tints of Dark Orchid #9C31B9
RGB
CMYK
RGB Variations
Color information
#9C31B9 (or 0x9C31B9) is known color: Dark Orchid. HEX triplet: 9C, 31 and B9. RGB value is (156,49,185). Sum of RGB (Red+Green+Blue) = 156+49+185=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C31B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C31B9 is #63CE46. Grayscale: #606060. Windows color (decimal): -6540871 or 12136860. OLE color: 12136860.
HSL color Cylindrical-coordinate representation of color #9C31B9: hue angle of 287.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C31B9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 49 | 185 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.27 |
| HSL | 287.21º | 0.58% | 0.46% | - |
| HSV(B) | 287.21º | 0.74% | 0.73% | - |
| XYZ | 23.57 | 12.77 | 47.12 | - |
| YUV | 96.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 49 | 185 | 0.16 | 0.74 | 0 | 0.27 | 287.21 | 0.58 | 0.46 |
| Hex | 9C | 31 | B9 | 10 | 4A | 0 | 1B | 11F | 3A | 2E |
| Octal | 234 | 61 | 271 | 20 | 112 | 0 | 33 | 437 | 72 | 56 |
| Binary | 10011100 | 110001 | 10111001 | 10000 | 1001010 | 0 | 11011 | 100011111 | 111010 | 101110 |
Color Harmonies of #9C31B9
Complementary color
Monochromatic Colors of #9C31B9
Black with #9C31B9
Text Example
Text Example
White with #9C31B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C31B9; }
p { color: rgb(156,49,185); }
H1.HeaderClassName
{
color: #9C31B9;
}
.AnyTagClassName
{
color: #9C31B9;
}
</style>
background-color css
<style>
a { background-color: #9C31B9; }
a { background-color: rgb(156,49,185); }
div.DivClassName
{
background-color: #9C31B9;
}
.BgClassName
{
background-color: #9C31B9;
}
</style>
border-color css
<style>
span { border-color: #9C31B9; }
span { border-color: rgb(156,49,185); }
td.TdClassName
{
border-color: #9C31B9;
}
.TagClassName
{
border-color: #9C31B9;
}
</style>