Shades of Dark Orchid #9B1DCC
Tints of Dark Orchid #9B1DCC
RGB
CMYK
RGB Variations
Color information
#9B1DCC (or 0x9B1DCC) is known color: Dark Orchid. HEX triplet: 9B, 1D and CC. RGB value is (155,29,204). Sum of RGB (Red+Green+Blue) = 155+29+204=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1DCC is #64E233. Grayscale: #565656. Windows color (decimal): -6611508 or 13376923. OLE color: 13376923.
HSL color Cylindrical-coordinate representation of color #9B1DCC: hue angle of 283.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1DCC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 29 | 204 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.2 |
| HSL | 283.2º | 0.75% | 0.46% | - |
| HSV(B) | 283.2º | 0.86% | 0.8% | - |
| XYZ | 24.86 | 12.21 | 58.17 | - |
| YUV | 86.62 | 194.24 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 204 | 0.24 | 0.86 | 0 | 0.2 | 283.2 | 0.75 | 0.46 |
| Hex | 9B | 1D | CC | 18 | 56 | 0 | 14 | 11B | 4B | 2E |
| Octal | 233 | 35 | 314 | 30 | 126 | 0 | 24 | 433 | 113 | 56 |
| Binary | 10011011 | 11101 | 11001100 | 11000 | 1010110 | 0 | 10100 | 100011011 | 1001011 | 101110 |
Color Harmonies of #9B1DCC
Complementary color
Monochromatic Colors of #9B1DCC
Black with #9B1DCC
Text Example
Text Example
White with #9B1DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DCC; }
p { color: rgb(155,29,204); }
H1.HeaderClassName
{
color: #9B1DCC;
}
.AnyTagClassName
{
color: #9B1DCC;
}
</style>
background-color css
<style>
a { background-color: #9B1DCC; }
a { background-color: rgb(155,29,204); }
div.DivClassName
{
background-color: #9B1DCC;
}
.BgClassName
{
background-color: #9B1DCC;
}
</style>
border-color css
<style>
span { border-color: #9B1DCC; }
span { border-color: rgb(155,29,204); }
td.TdClassName
{
border-color: #9B1DCC;
}
.TagClassName
{
border-color: #9B1DCC;
}
</style>