Shades of Dark Orchid #9B3BD6
Tints of Dark Orchid #9B3BD6
RGB
CMYK
RGB Variations
Color information
#9B3BD6 (or 0x9B3BD6) is known color: Dark Orchid. HEX triplet: 9B, 3B and D6. RGB value is (155,59,214). Sum of RGB (Red+Green+Blue) = 155+59+214=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B3BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BD6 is #64C429. Grayscale: #686868. Windows color (decimal): -6603818 or 14039963. OLE color: 14039963.
HSL color Cylindrical-coordinate representation of color #9B3BD6: hue angle of 277.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3BD6 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 59 | 214 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.16 |
| HSL | 277.16º | 0.65% | 0.54% | - |
| HSV(B) | 277.16º | 0.72% | 0.84% | - |
| XYZ | 27.22 | 14.95 | 65.07 | - |
| YUV | 105.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 59 | 214 | 0.28 | 0.72 | 0 | 0.16 | 277.16 | 0.65 | 0.54 |
| Hex | 9B | 3B | D6 | 1C | 48 | 0 | 10 | 115 | 41 | 36 |
| Octal | 233 | 73 | 326 | 34 | 110 | 0 | 20 | 425 | 101 | 66 |
| Binary | 10011011 | 111011 | 11010110 | 11100 | 1001000 | 0 | 10000 | 100010101 | 1000001 | 110110 |
Color Harmonies of #9B3BD6
Complementary color
Monochromatic Colors of #9B3BD6
Black with #9B3BD6
Text Example
Text Example
White with #9B3BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3BD6; }
p { color: rgb(155,59,214); }
H1.HeaderClassName
{
color: #9B3BD6;
}
.AnyTagClassName
{
color: #9B3BD6;
}
</style>
background-color css
<style>
a { background-color: #9B3BD6; }
a { background-color: rgb(155,59,214); }
div.DivClassName
{
background-color: #9B3BD6;
}
.BgClassName
{
background-color: #9B3BD6;
}
</style>
border-color css
<style>
span { border-color: #9B3BD6; }
span { border-color: rgb(155,59,214); }
td.TdClassName
{
border-color: #9B3BD6;
}
.TagClassName
{
border-color: #9B3BD6;
}
</style>