Shades of Dark Orchid #9B1FCD
Tints of Dark Orchid #9B1FCD
RGB
CMYK
RGB Variations
Color information
#9B1FCD (or 0x9B1FCD) is known color: Dark Orchid. HEX triplet: 9B, 1F and CD. RGB value is (155,31,205). Sum of RGB (Red+Green+Blue) = 155+31+205=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1FCD is #64E032. Grayscale: #575757. Windows color (decimal): -6610995 or 13442971. OLE color: 13442971.
HSL color Cylindrical-coordinate representation of color #9B1FCD: hue angle of 282.76º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1FCD is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 31 | 205 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.20 |
| HSL | 282.76º | 0.74% | 0.46% | - |
| HSV(B) | 282.76º | 0.85% | 0.8% | - |
| XYZ | 25.03 | 12.36 | 58.82 | - |
| YUV | 87.91 | 194.08 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 31 | 205 | 0.24 | 0.85 | 0 | 0.20 | 282.76 | 0.74 | 0.46 |
| Hex | 9B | 1F | CD | 18 | 55 | 0 | 14 | 11B | 4A | 2E |
| Octal | 233 | 37 | 315 | 30 | 125 | 0 | 24 | 433 | 112 | 56 |
| Binary | 10011011 | 11111 | 11001101 | 11000 | 1010101 | 0 | 10100 | 100011011 | 1001010 | 101110 |
Color Harmonies of #9B1FCD
Complementary color
Monochromatic Colors of #9B1FCD
Black with #9B1FCD
Text Example
Text Example
White with #9B1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1FCD; }
p { color: rgb(155,31,205); }
H1.HeaderClassName
{
color: #9B1FCD;
}
.AnyTagClassName
{
color: #9B1FCD;
}
</style>
background-color css
<style>
a { background-color: #9B1FCD; }
a { background-color: rgb(155,31,205); }
div.DivClassName
{
background-color: #9B1FCD;
}
.BgClassName
{
background-color: #9B1FCD;
}
</style>
border-color css
<style>
span { border-color: #9B1FCD; }
span { border-color: rgb(155,31,205); }
td.TdClassName
{
border-color: #9B1FCD;
}
.TagClassName
{
border-color: #9B1FCD;
}
</style>