Shades of Dark Orchid #9B2BD6
Tints of Dark Orchid #9B2BD6
RGB
CMYK
RGB Variations
Color information
#9B2BD6 (or 0x9B2BD6) is known color: Dark Orchid. HEX triplet: 9B, 2B and D6. RGB value is (155,43,214). Sum of RGB (Red+Green+Blue) = 155+43+214=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B2BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BD6 is #64D429. Grayscale: #5F5F5F. Windows color (decimal): -6607914 or 14035867. OLE color: 14035867.
HSL color Cylindrical-coordinate representation of color #9B2BD6: hue angle of 279.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2BD6 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 43 | 214 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.16 |
| HSL | 279.3º | 0.68% | 0.5% | - |
| HSV(B) | 279.3º | 0.8% | 0.84% | - |
| XYZ | 26.52 | 13.55 | 64.84 | - |
| YUV | 95.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 214 | 0.28 | 0.80 | 0 | 0.16 | 279.3 | 0.68 | 0.5 |
| Hex | 9B | 2B | D6 | 1C | 50 | 0 | 10 | 117 | 44 | 32 |
| Octal | 233 | 53 | 326 | 34 | 120 | 0 | 20 | 427 | 104 | 62 |
| Binary | 10011011 | 101011 | 11010110 | 11100 | 1010000 | 0 | 10000 | 100010111 | 1000100 | 110010 |
Color Harmonies of #9B2BD6
Complementary color
Monochromatic Colors of #9B2BD6
Black with #9B2BD6
Text Example
Text Example
White with #9B2BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2BD6; }
p { color: rgb(155,43,214); }
H1.HeaderClassName
{
color: #9B2BD6;
}
.AnyTagClassName
{
color: #9B2BD6;
}
</style>
background-color css
<style>
a { background-color: #9B2BD6; }
a { background-color: rgb(155,43,214); }
div.DivClassName
{
background-color: #9B2BD6;
}
.BgClassName
{
background-color: #9B2BD6;
}
</style>
border-color css
<style>
span { border-color: #9B2BD6; }
span { border-color: rgb(155,43,214); }
td.TdClassName
{
border-color: #9B2BD6;
}
.TagClassName
{
border-color: #9B2BD6;
}
</style>