Shades of Dark Orchid #9B1DBB
Tints of Dark Orchid #9B1DBB
RGB
CMYK
RGB Variations
Color information
#9B1DBB (or 0x9B1DBB) is known color: Dark Orchid. HEX triplet: 9B, 1D and BB. RGB value is (155,29,187). Sum of RGB (Red+Green+Blue) = 155+29+187=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1DBB is #64E244. Grayscale: #545454. Windows color (decimal): -6611525 or 12262811. OLE color: 12262811.
HSL color Cylindrical-coordinate representation of color #9B1DBB: hue angle of 287.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1DBB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 29 | 187 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.27 |
| HSL | 287.85º | 0.73% | 0.42% | - |
| HSV(B) | 287.85º | 0.84% | 0.73% | - |
| XYZ | 22.93 | 11.44 | 48.01 | - |
| YUV | 84.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 187 | 0.17 | 0.84 | 0 | 0.27 | 287.85 | 0.73 | 0.42 |
| Hex | 9B | 1D | BB | 11 | 54 | 0 | 1B | 120 | 49 | 2A |
| Octal | 233 | 35 | 273 | 21 | 124 | 0 | 33 | 440 | 111 | 52 |
| Binary | 10011011 | 11101 | 10111011 | 10001 | 1010100 | 0 | 11011 | 100100000 | 1001001 | 101010 |
Color Harmonies of #9B1DBB
Complementary color
Monochromatic Colors of #9B1DBB
Black with #9B1DBB
Text Example
Text Example
White with #9B1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DBB; }
p { color: rgb(155,29,187); }
H1.HeaderClassName
{
color: #9B1DBB;
}
.AnyTagClassName
{
color: #9B1DBB;
}
</style>
background-color css
<style>
a { background-color: #9B1DBB; }
a { background-color: rgb(155,29,187); }
div.DivClassName
{
background-color: #9B1DBB;
}
.BgClassName
{
background-color: #9B1DBB;
}
</style>
border-color css
<style>
span { border-color: #9B1DBB; }
span { border-color: rgb(155,29,187); }
td.TdClassName
{
border-color: #9B1DBB;
}
.TagClassName
{
border-color: #9B1DBB;
}
</style>