Shades of Dark Orchid #9B1DCF
Tints of Dark Orchid #9B1DCF
RGB
CMYK
RGB Variations
Color information
#9B1DCF (or 0x9B1DCF) is known color: Dark Orchid. HEX triplet: 9B, 1D and CF. RGB value is (155,29,207). Sum of RGB (Red+Green+Blue) = 155+29+207=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1DCF is #64E230. Grayscale: #565656. Windows color (decimal): -6611505 or 13573531. OLE color: 13573531.
HSL color Cylindrical-coordinate representation of color #9B1DCF: hue angle of 282.47º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1DCF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 29 | 207 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.19 |
| HSL | 282.47º | 0.75% | 0.46% | - |
| HSV(B) | 282.47º | 0.86% | 0.81% | - |
| XYZ | 25.22 | 12.35 | 60.09 | - |
| YUV | 86.97 | 195.74 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 207 | 0.25 | 0.86 | 0 | 0.19 | 282.47 | 0.75 | 0.46 |
| Hex | 9B | 1D | CF | 19 | 56 | 0 | 13 | 11A | 4B | 2E |
| Octal | 233 | 35 | 317 | 31 | 126 | 0 | 23 | 432 | 113 | 56 |
| Binary | 10011011 | 11101 | 11001111 | 11001 | 1010110 | 0 | 10011 | 100011010 | 1001011 | 101110 |
Color Harmonies of #9B1DCF
Complementary color
Monochromatic Colors of #9B1DCF
Black with #9B1DCF
Text Example
Text Example
White with #9B1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1DCF; }
p { color: rgb(155,29,207); }
H1.HeaderClassName
{
color: #9B1DCF;
}
.AnyTagClassName
{
color: #9B1DCF;
}
</style>
background-color css
<style>
a { background-color: #9B1DCF; }
a { background-color: rgb(155,29,207); }
div.DivClassName
{
background-color: #9B1DCF;
}
.BgClassName
{
background-color: #9B1DCF;
}
</style>
border-color css
<style>
span { border-color: #9B1DCF; }
span { border-color: rgb(155,29,207); }
td.TdClassName
{
border-color: #9B1DCF;
}
.TagClassName
{
border-color: #9B1DCF;
}
</style>