Shades of Dark Orchid #9B2DBF
Tints of Dark Orchid #9B2DBF
RGB
CMYK
RGB Variations
Color information
#9B2DBF (or 0x9B2DBF) is known color: Dark Orchid. HEX triplet: 9B, 2D and BF. RGB value is (155,45,191). Sum of RGB (Red+Green+Blue) = 155+45+191=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2DBF is #64D240. Grayscale: #5E5E5E. Windows color (decimal): -6607425 or 12529051. OLE color: 12529051.
HSL color Cylindrical-coordinate representation of color #9B2DBF: hue angle of 285.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2DBF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 45 | 191 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.25 |
| HSL | 285.21º | 0.62% | 0.46% | - |
| HSV(B) | 285.21º | 0.76% | 0.75% | - |
| XYZ | 23.86 | 12.61 | 50.47 | - |
| YUV | 94.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 191 | 0.19 | 0.76 | 0 | 0.25 | 285.21 | 0.62 | 0.46 |
| Hex | 9B | 2D | BF | 13 | 4C | 0 | 19 | 11D | 3E | 2E |
| Octal | 233 | 55 | 277 | 23 | 114 | 0 | 31 | 435 | 76 | 56 |
| Binary | 10011011 | 101101 | 10111111 | 10011 | 1001100 | 0 | 11001 | 100011101 | 111110 | 101110 |
Color Harmonies of #9B2DBF
Complementary color
Monochromatic Colors of #9B2DBF
Black with #9B2DBF
Text Example
Text Example
White with #9B2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2DBF; }
p { color: rgb(155,45,191); }
H1.HeaderClassName
{
color: #9B2DBF;
}
.AnyTagClassName
{
color: #9B2DBF;
}
</style>
background-color css
<style>
a { background-color: #9B2DBF; }
a { background-color: rgb(155,45,191); }
div.DivClassName
{
background-color: #9B2DBF;
}
.BgClassName
{
background-color: #9B2DBF;
}
</style>
border-color css
<style>
span { border-color: #9B2DBF; }
span { border-color: rgb(155,45,191); }
td.TdClassName
{
border-color: #9B2DBF;
}
.TagClassName
{
border-color: #9B2DBF;
}
</style>