Shades of Dark Orchid #9D2BBC
Tints of Dark Orchid #9D2BBC
RGB
CMYK
RGB Variations
Color information
#9D2BBC (or 0x9D2BBC) is known color: Dark Orchid. HEX triplet: 9D, 2B and BC. RGB value is (157,43,188). Sum of RGB (Red+Green+Blue) = 157+43+188=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BBC is #62D443. Grayscale: #5D5D5D. Windows color (decimal): -6476868 or 12331933. OLE color: 12331933.
HSL color Cylindrical-coordinate representation of color #9D2BBC: hue angle of 287.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2BBC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 43 | 188 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.26 |
| HSL | 287.17º | 0.63% | 0.45% | - |
| HSV(B) | 287.17º | 0.77% | 0.74% | - |
| XYZ | 23.85 | 12.53 | 48.74 | - |
| YUV | 93.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 188 | 0.16 | 0.77 | 0 | 0.26 | 287.17 | 0.63 | 0.45 |
| Hex | 9D | 2B | BC | 10 | 4D | 0 | 1A | 11F | 3F | 2D |
| Octal | 235 | 53 | 274 | 20 | 115 | 0 | 32 | 437 | 77 | 55 |
| Binary | 10011101 | 101011 | 10111100 | 10000 | 1001101 | 0 | 11010 | 100011111 | 111111 | 101101 |
Color Harmonies of #9D2BBC
Complementary color
Monochromatic Colors of #9D2BBC
Black with #9D2BBC
Text Example
Text Example
White with #9D2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2BBC; }
p { color: rgb(157,43,188); }
H1.HeaderClassName
{
color: #9D2BBC;
}
.AnyTagClassName
{
color: #9D2BBC;
}
</style>
background-color css
<style>
a { background-color: #9D2BBC; }
a { background-color: rgb(157,43,188); }
div.DivClassName
{
background-color: #9D2BBC;
}
.BgClassName
{
background-color: #9D2BBC;
}
</style>
border-color css
<style>
span { border-color: #9D2BBC; }
span { border-color: rgb(157,43,188); }
td.TdClassName
{
border-color: #9D2BBC;
}
.TagClassName
{
border-color: #9D2BBC;
}
</style>