Shades of Dark Orchid #9B2CBB
Tints of Dark Orchid #9B2CBB
RGB
CMYK
RGB Variations
Color information
#9B2CBB (or 0x9B2CBB) is known color: Dark Orchid. HEX triplet: 9B, 2C and BB. RGB value is (155,44,187). Sum of RGB (Red+Green+Blue) = 155+44+187=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2CBB is #64D344. Grayscale: #5D5D5D. Windows color (decimal): -6607685 or 12266651. OLE color: 12266651.
HSL color Cylindrical-coordinate representation of color #9B2CBB: hue angle of 286.57º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B2CBB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 44 | 187 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.27 |
| HSL | 286.57º | 0.62% | 0.45% | - |
| HSV(B) | 286.57º | 0.76% | 0.73% | - |
| XYZ | 23.39 | 12.36 | 48.17 | - |
| YUV | 93.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 44 | 187 | 0.17 | 0.76 | 0 | 0.27 | 286.57 | 0.62 | 0.45 |
| Hex | 9B | 2C | BB | 11 | 4C | 0 | 1B | 11F | 3E | 2D |
| Octal | 233 | 54 | 273 | 21 | 114 | 0 | 33 | 437 | 76 | 55 |
| Binary | 10011011 | 101100 | 10111011 | 10001 | 1001100 | 0 | 11011 | 100011111 | 111110 | 101101 |
Color Harmonies of #9B2CBB
Complementary color
Monochromatic Colors of #9B2CBB
Black with #9B2CBB
Text Example
Text Example
White with #9B2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2CBB; }
p { color: rgb(155,44,187); }
H1.HeaderClassName
{
color: #9B2CBB;
}
.AnyTagClassName
{
color: #9B2CBB;
}
</style>
background-color css
<style>
a { background-color: #9B2CBB; }
a { background-color: rgb(155,44,187); }
div.DivClassName
{
background-color: #9B2CBB;
}
.BgClassName
{
background-color: #9B2CBB;
}
</style>
border-color css
<style>
span { border-color: #9B2CBB; }
span { border-color: rgb(155,44,187); }
td.TdClassName
{
border-color: #9B2CBB;
}
.TagClassName
{
border-color: #9B2CBB;
}
</style>