Shades of Dark Orchid #9D2BBF
Tints of Dark Orchid #9D2BBF
RGB
CMYK
RGB Variations
Color information
#9D2BBF (or 0x9D2BBF) is known color: Dark Orchid. HEX triplet: 9D, 2B and BF. RGB value is (157,43,191). Sum of RGB (Red+Green+Blue) = 157+43+191=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BBF is #62D440. Grayscale: #5D5D5D. Windows color (decimal): -6476865 or 12528541. OLE color: 12528541.
HSL color Cylindrical-coordinate representation of color #9D2BBF: hue angle of 286.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2BBF is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 43 | 191 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.25 |
| HSL | 286.22º | 0.63% | 0.46% | - |
| HSV(B) | 286.22º | 0.77% | 0.75% | - |
| XYZ | 24.17 | 12.66 | 50.46 | - |
| YUV | 93.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 191 | 0.18 | 0.77 | 0 | 0.25 | 286.22 | 0.63 | 0.46 |
| Hex | 9D | 2B | BF | 12 | 4D | 0 | 19 | 11E | 3F | 2E |
| Octal | 235 | 53 | 277 | 22 | 115 | 0 | 31 | 436 | 77 | 56 |
| Binary | 10011101 | 101011 | 10111111 | 10010 | 1001101 | 0 | 11001 | 100011110 | 111111 | 101110 |
Color Harmonies of #9D2BBF
Complementary color
Monochromatic Colors of #9D2BBF
Black with #9D2BBF
Text Example
Text Example
White with #9D2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2BBF; }
p { color: rgb(157,43,191); }
H1.HeaderClassName
{
color: #9D2BBF;
}
.AnyTagClassName
{
color: #9D2BBF;
}
</style>
background-color css
<style>
a { background-color: #9D2BBF; }
a { background-color: rgb(157,43,191); }
div.DivClassName
{
background-color: #9D2BBF;
}
.BgClassName
{
background-color: #9D2BBF;
}
</style>
border-color css
<style>
span { border-color: #9D2BBF; }
span { border-color: rgb(157,43,191); }
td.TdClassName
{
border-color: #9D2BBF;
}
.TagClassName
{
border-color: #9D2BBF;
}
</style>