Shades of Dark Orchid #9D3BBB
Tints of Dark Orchid #9D3BBB
RGB
CMYK
RGB Variations
Color information
#9D3BBB (or 0x9D3BBB) is known color: Dark Orchid. HEX triplet: 9D, 3B and BB. RGB value is (157,59,187). Sum of RGB (Red+Green+Blue) = 157+59+187=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BBB is #62C444. Grayscale: #666666. Windows color (decimal): -6472773 or 12270493. OLE color: 12270493.
HSL color Cylindrical-coordinate representation of color #9D3BBB: hue angle of 285.94º degrees, saturation: 0.52, 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 #9D3BBB is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 59 | 187 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.27 |
| HSL | 285.94º | 0.52% | 0.48% | - |
| HSV(B) | 285.94º | 0.68% | 0.73% | - |
| XYZ | 24.44 | 13.88 | 48.41 | - |
| YUV | 102.89 | 175.47 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 187 | 0.16 | 0.68 | 0 | 0.27 | 285.94 | 0.52 | 0.48 |
| Hex | 9D | 3B | BB | 10 | 44 | 0 | 1B | 11E | 34 | 30 |
| Octal | 235 | 73 | 273 | 20 | 104 | 0 | 33 | 436 | 64 | 60 |
| Binary | 10011101 | 111011 | 10111011 | 10000 | 1000100 | 0 | 11011 | 100011110 | 110100 | 110000 |
Color Harmonies of #9D3BBB
Complementary color
Monochromatic Colors of #9D3BBB
Black with #9D3BBB
Text Example
Text Example
White with #9D3BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3BBB; }
p { color: rgb(157,59,187); }
H1.HeaderClassName
{
color: #9D3BBB;
}
.AnyTagClassName
{
color: #9D3BBB;
}
</style>
background-color css
<style>
a { background-color: #9D3BBB; }
a { background-color: rgb(157,59,187); }
div.DivClassName
{
background-color: #9D3BBB;
}
.BgClassName
{
background-color: #9D3BBB;
}
</style>
border-color css
<style>
span { border-color: #9D3BBB; }
span { border-color: rgb(157,59,187); }
td.TdClassName
{
border-color: #9D3BBB;
}
.TagClassName
{
border-color: #9D3BBB;
}
</style>