Shades of Dark Orchid #9B46DC
Tints of Dark Orchid #9B46DC
RGB
CMYK
RGB Variations
Color information
#9B46DC (or 0x9B46DC) is known color: Dark Orchid. HEX triplet: 9B, 46 and DC. RGB value is (155,70,220). Sum of RGB (Red+Green+Blue) = 155+70+220=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B46DC is #64B923. Grayscale: #707070. Windows color (decimal): -6600996 or 14435995. OLE color: 14435995.
HSL color Cylindrical-coordinate representation of color #9B46DC: hue angle of 274º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B46DC is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 70 | 220 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.14 |
| HSL | 274º | 0.68% | 0.57% | - |
| HSV(B) | 274º | 0.68% | 0.86% | - |
| XYZ | 28.63 | 16.52 | 69.39 | - |
| YUV | 112.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 220 | 0.30 | 0.68 | 0 | 0.14 | 274 | 0.68 | 0.57 |
| Hex | 9B | 46 | DC | 1E | 44 | 0 | E | 112 | 44 | 39 |
| Octal | 233 | 106 | 334 | 36 | 104 | 0 | 16 | 422 | 104 | 71 |
| Binary | 10011011 | 1000110 | 11011100 | 11110 | 1000100 | 0 | 1110 | 100010010 | 1000100 | 111001 |
Color Harmonies of #9B46DC
Complementary color
Monochromatic Colors of #9B46DC
Black with #9B46DC
Text Example
Text Example
White with #9B46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B46DC; }
p { color: rgb(155,70,220); }
H1.HeaderClassName
{
color: #9B46DC;
}
.AnyTagClassName
{
color: #9B46DC;
}
</style>
background-color css
<style>
a { background-color: #9B46DC; }
a { background-color: rgb(155,70,220); }
div.DivClassName
{
background-color: #9B46DC;
}
.BgClassName
{
background-color: #9B46DC;
}
</style>
border-color css
<style>
span { border-color: #9B46DC; }
span { border-color: rgb(155,70,220); }
td.TdClassName
{
border-color: #9B46DC;
}
.TagClassName
{
border-color: #9B46DC;
}
</style>