Shades of Dark Orchid #9B2BDC
Tints of Dark Orchid #9B2BDC
RGB
CMYK
RGB Variations
Color information
#9B2BDC (or 0x9B2BDC) is known color: Dark Orchid. HEX triplet: 9B, 2B and DC. RGB value is (155,43,220). Sum of RGB (Red+Green+Blue) = 155+43+220=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B2BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BDC is #64D423. Grayscale: #606060. Windows color (decimal): -6607908 or 14429083. OLE color: 14429083.
HSL color Cylindrical-coordinate representation of color #9B2BDC: hue angle of 277.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2BDC is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 43 | 220 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.14 |
| HSL | 277.97º | 0.72% | 0.52% | - |
| HSV(B) | 277.97º | 0.8% | 0.86% | - |
| XYZ | 27.3 | 13.86 | 68.95 | - |
| YUV | 96.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 220 | 0.30 | 0.80 | 0 | 0.14 | 277.97 | 0.72 | 0.52 |
| Hex | 9B | 2B | DC | 1E | 50 | 0 | E | 116 | 48 | 34 |
| Octal | 233 | 53 | 334 | 36 | 120 | 0 | 16 | 426 | 110 | 64 |
| Binary | 10011011 | 101011 | 11011100 | 11110 | 1010000 | 0 | 1110 | 100010110 | 1001000 | 110100 |
Color Harmonies of #9B2BDC
Complementary color
Monochromatic Colors of #9B2BDC
Black with #9B2BDC
Text Example
Text Example
White with #9B2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2BDC; }
p { color: rgb(155,43,220); }
H1.HeaderClassName
{
color: #9B2BDC;
}
.AnyTagClassName
{
color: #9B2BDC;
}
</style>
background-color css
<style>
a { background-color: #9B2BDC; }
a { background-color: rgb(155,43,220); }
div.DivClassName
{
background-color: #9B2BDC;
}
.BgClassName
{
background-color: #9B2BDC;
}
</style>
border-color css
<style>
span { border-color: #9B2BDC; }
span { border-color: rgb(155,43,220); }
td.TdClassName
{
border-color: #9B2BDC;
}
.TagClassName
{
border-color: #9B2BDC;
}
</style>