Shades of Dark Orchid #9D3BCF
Tints of Dark Orchid #9D3BCF
RGB
CMYK
RGB Variations
Color information
#9D3BCF (or 0x9D3BCF) is known color: Dark Orchid. HEX triplet: 9D, 3B and CF. RGB value is (157,59,207). Sum of RGB (Red+Green+Blue) = 157+59+207=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BCF is #62C430. Grayscale: #686868. Windows color (decimal): -6472753 or 13581213. OLE color: 13581213.
HSL color Cylindrical-coordinate representation of color #9D3BCF: hue angle of 279.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D3BCF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 59 | 207 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.19 |
| HSL | 279.73º | 0.61% | 0.52% | - |
| HSV(B) | 279.73º | 0.71% | 0.81% | - |
| XYZ | 26.73 | 14.8 | 60.48 | - |
| YUV | 105.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 207 | 0.24 | 0.71 | 0 | 0.19 | 279.73 | 0.61 | 0.52 |
| Hex | 9D | 3B | CF | 18 | 47 | 0 | 13 | 118 | 3D | 34 |
| Octal | 235 | 73 | 317 | 30 | 107 | 0 | 23 | 430 | 75 | 64 |
| Binary | 10011101 | 111011 | 11001111 | 11000 | 1000111 | 0 | 10011 | 100011000 | 111101 | 110100 |
Color Harmonies of #9D3BCF
Complementary color
Monochromatic Colors of #9D3BCF
Black with #9D3BCF
Text Example
Text Example
White with #9D3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3BCF; }
p { color: rgb(157,59,207); }
H1.HeaderClassName
{
color: #9D3BCF;
}
.AnyTagClassName
{
color: #9D3BCF;
}
</style>
background-color css
<style>
a { background-color: #9D3BCF; }
a { background-color: rgb(157,59,207); }
div.DivClassName
{
background-color: #9D3BCF;
}
.BgClassName
{
background-color: #9D3BCF;
}
</style>
border-color css
<style>
span { border-color: #9D3BCF; }
span { border-color: rgb(157,59,207); }
td.TdClassName
{
border-color: #9D3BCF;
}
.TagClassName
{
border-color: #9D3BCF;
}
</style>