Shades of Dark Orchid #9D3CBB
Tints of Dark Orchid #9D3CBB
RGB
CMYK
RGB Variations
Color information
#9D3CBB (or 0x9D3CBB) is known color: Dark Orchid. HEX triplet: 9D, 3C and BB. RGB value is (157,60,187). Sum of RGB (Red+Green+Blue) = 157+60+187=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3CBB is #62C344. Grayscale: #676767. Windows color (decimal): -6472517 or 12270749. OLE color: 12270749.
HSL color Cylindrical-coordinate representation of color #9D3CBB: hue angle of 285.83º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3CBB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 60 | 187 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.27 |
| HSL | 285.83º | 0.51% | 0.48% | - |
| HSV(B) | 285.83º | 0.68% | 0.73% | - |
| XYZ | 24.49 | 13.99 | 48.42 | - |
| YUV | 103.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 187 | 0.16 | 0.68 | 0 | 0.27 | 285.83 | 0.51 | 0.48 |
| Hex | 9D | 3C | BB | 10 | 44 | 0 | 1B | 11E | 33 | 30 |
| Octal | 235 | 74 | 273 | 20 | 104 | 0 | 33 | 436 | 63 | 60 |
| Binary | 10011101 | 111100 | 10111011 | 10000 | 1000100 | 0 | 11011 | 100011110 | 110011 | 110000 |
Color Harmonies of #9D3CBB
Complementary color
Monochromatic Colors of #9D3CBB
Black with #9D3CBB
Text Example
Text Example
White with #9D3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3CBB; }
p { color: rgb(157,60,187); }
H1.HeaderClassName
{
color: #9D3CBB;
}
.AnyTagClassName
{
color: #9D3CBB;
}
</style>
background-color css
<style>
a { background-color: #9D3CBB; }
a { background-color: rgb(157,60,187); }
div.DivClassName
{
background-color: #9D3CBB;
}
.BgClassName
{
background-color: #9D3CBB;
}
</style>
border-color css
<style>
span { border-color: #9D3CBB; }
span { border-color: rgb(157,60,187); }
td.TdClassName
{
border-color: #9D3CBB;
}
.TagClassName
{
border-color: #9D3CBB;
}
</style>