Shades of Dark Orchid #9B2BDD
Tints of Dark Orchid #9B2BDD
RGB
CMYK
RGB Variations
Color information
#9B2BDD (or 0x9B2BDD) is known color: Dark Orchid. HEX triplet: 9B, 2B and DD. RGB value is (155,43,221). Sum of RGB (Red+Green+Blue) = 155+43+221=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BDD is #64D422. Grayscale: #606060. Windows color (decimal): -6607907 or 14494619. OLE color: 14494619.
HSL color Cylindrical-coordinate representation of color #9B2BDD: hue angle of 277.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B2BDD is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 43 | 221 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.13 |
| HSL | 277.75º | 0.72% | 0.52% | - |
| HSV(B) | 277.75º | 0.81% | 0.87% | - |
| XYZ | 27.43 | 13.92 | 69.65 | - |
| YUV | 96.78 | 198.11 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 221 | 0.30 | 0.81 | 0 | 0.13 | 277.75 | 0.72 | 0.52 |
| Hex | 9B | 2B | DD | 1E | 51 | 0 | D | 116 | 48 | 34 |
| Octal | 233 | 53 | 335 | 36 | 121 | 0 | 15 | 426 | 110 | 64 |
| Binary | 10011011 | 101011 | 11011101 | 11110 | 1010001 | 0 | 1101 | 100010110 | 1001000 | 110100 |
Color Harmonies of #9B2BDD
Complementary color
Monochromatic Colors of #9B2BDD
Black with #9B2BDD
Text Example
Text Example
White with #9B2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2BDD; }
p { color: rgb(155,43,221); }
H1.HeaderClassName
{
color: #9B2BDD;
}
.AnyTagClassName
{
color: #9B2BDD;
}
</style>
background-color css
<style>
a { background-color: #9B2BDD; }
a { background-color: rgb(155,43,221); }
div.DivClassName
{
background-color: #9B2BDD;
}
.BgClassName
{
background-color: #9B2BDD;
}
</style>
border-color css
<style>
span { border-color: #9B2BDD; }
span { border-color: rgb(155,43,221); }
td.TdClassName
{
border-color: #9B2BDD;
}
.TagClassName
{
border-color: #9B2BDD;
}
</style>