Shades of Dark Orchid #9D3DBE
Tints of Dark Orchid #9D3DBE
RGB
CMYK
RGB Variations
Color information
#9D3DBE (or 0x9D3DBE) is known color: Dark Orchid. HEX triplet: 9D, 3D and BE. RGB value is (157,61,190). Sum of RGB (Red+Green+Blue) = 157+61+190=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3DBE is #62C241. Grayscale: #676767. Windows color (decimal): -6472258 or 12467613. OLE color: 12467613.
HSL color Cylindrical-coordinate representation of color #9D3DBE: hue angle of 284.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3DBE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 61 | 190 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.25 |
| HSL | 284.65º | 0.51% | 0.49% | - |
| HSV(B) | 284.65º | 0.68% | 0.75% | - |
| XYZ | 24.87 | 14.22 | 50.15 | - |
| YUV | 104.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 190 | 0.17 | 0.68 | 0 | 0.25 | 284.65 | 0.51 | 0.49 |
| Hex | 9D | 3D | BE | 11 | 44 | 0 | 19 | 11D | 33 | 31 |
| Octal | 235 | 75 | 276 | 21 | 104 | 0 | 31 | 435 | 63 | 61 |
| Binary | 10011101 | 111101 | 10111110 | 10001 | 1000100 | 0 | 11001 | 100011101 | 110011 | 110001 |
Color Harmonies of #9D3DBE
Complementary color
Monochromatic Colors of #9D3DBE
Black with #9D3DBE
Text Example
Text Example
White with #9D3DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3DBE; }
p { color: rgb(157,61,190); }
H1.HeaderClassName
{
color: #9D3DBE;
}
.AnyTagClassName
{
color: #9D3DBE;
}
</style>
background-color css
<style>
a { background-color: #9D3DBE; }
a { background-color: rgb(157,61,190); }
div.DivClassName
{
background-color: #9D3DBE;
}
.BgClassName
{
background-color: #9D3DBE;
}
</style>
border-color css
<style>
span { border-color: #9D3DBE; }
span { border-color: rgb(157,61,190); }
td.TdClassName
{
border-color: #9D3DBE;
}
.TagClassName
{
border-color: #9D3DBE;
}
</style>