Shades of Dark Orchid #9D2CBB
Tints of Dark Orchid #9D2CBB
RGB
CMYK
RGB Variations
Color information
#9D2CBB (or 0x9D2CBB) is known color: Dark Orchid. HEX triplet: 9D, 2C and BB. RGB value is (157,44,187). Sum of RGB (Red+Green+Blue) = 157+44+187=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D2CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2CBB is #62D344. Grayscale: #5D5D5D. Windows color (decimal): -6476613 or 12266653. OLE color: 12266653.
HSL color Cylindrical-coordinate representation of color #9D2CBB: hue angle of 287.41º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2CBB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 44 | 187 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.27 |
| HSL | 287.41º | 0.62% | 0.45% | - |
| HSV(B) | 287.41º | 0.76% | 0.73% | - |
| XYZ | 23.77 | 12.56 | 48.18 | - |
| YUV | 94.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 187 | 0.16 | 0.76 | 0 | 0.27 | 287.41 | 0.62 | 0.45 |
| Hex | 9D | 2C | BB | 10 | 4C | 0 | 1B | 11F | 3E | 2D |
| Octal | 235 | 54 | 273 | 20 | 114 | 0 | 33 | 437 | 76 | 55 |
| Binary | 10011101 | 101100 | 10111011 | 10000 | 1001100 | 0 | 11011 | 100011111 | 111110 | 101101 |
Color Harmonies of #9D2CBB
Complementary color
Monochromatic Colors of #9D2CBB
Black with #9D2CBB
Text Example
Text Example
White with #9D2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2CBB; }
p { color: rgb(157,44,187); }
H1.HeaderClassName
{
color: #9D2CBB;
}
.AnyTagClassName
{
color: #9D2CBB;
}
</style>
background-color css
<style>
a { background-color: #9D2CBB; }
a { background-color: rgb(157,44,187); }
div.DivClassName
{
background-color: #9D2CBB;
}
.BgClassName
{
background-color: #9D2CBB;
}
</style>
border-color css
<style>
span { border-color: #9D2CBB; }
span { border-color: rgb(157,44,187); }
td.TdClassName
{
border-color: #9D2CBB;
}
.TagClassName
{
border-color: #9D2CBB;
}
</style>