Shades of Dark Orchid #9B1DBC
Tints of Dark Orchid #9B1DBC
RGB
CMYK
RGB Variations
Color information
#9B1DBC (or 0x9B1DBC) is known color: Dark Orchid. HEX triplet: 9B, 1D and BC. RGB value is (155,29,188). Sum of RGB (Red+Green+Blue) = 155+29+188=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B1DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1DBC is #64E243. Grayscale: #545454. Windows color (decimal): -6611524 or 12328347. OLE color: 12328347.
HSL color Cylindrical-coordinate representation of color #9B1DBC: hue angle of 287.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1DBC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 29 | 188 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.26 |
| HSL | 287.55º | 0.73% | 0.43% | - |
| HSV(B) | 287.55º | 0.85% | 0.74% | - |
| XYZ | 23.03 | 11.48 | 48.58 | - |
| YUV | 84.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 188 | 0.18 | 0.85 | 0 | 0.26 | 287.55 | 0.73 | 0.43 |
| Hex | 9B | 1D | BC | 12 | 55 | 0 | 1A | 120 | 49 | 2B |
| Octal | 233 | 35 | 274 | 22 | 125 | 0 | 32 | 440 | 111 | 53 |
| Binary | 10011011 | 11101 | 10111100 | 10010 | 1010101 | 0 | 11010 | 100100000 | 1001001 | 101011 |
Color Harmonies of #9B1DBC
Complementary color
Monochromatic Colors of #9B1DBC
Black with #9B1DBC
Text Example
Text Example
White with #9B1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DBC; }
p { color: rgb(155,29,188); }
H1.HeaderClassName
{
color: #9B1DBC;
}
.AnyTagClassName
{
color: #9B1DBC;
}
</style>
background-color css
<style>
a { background-color: #9B1DBC; }
a { background-color: rgb(155,29,188); }
div.DivClassName
{
background-color: #9B1DBC;
}
.BgClassName
{
background-color: #9B1DBC;
}
</style>
border-color css
<style>
span { border-color: #9B1DBC; }
span { border-color: rgb(155,29,188); }
td.TdClassName
{
border-color: #9B1DBC;
}
.TagClassName
{
border-color: #9B1DBC;
}
</style>