Shades of Dark Orchid #9D2BCF
Tints of Dark Orchid #9D2BCF
RGB
CMYK
RGB Variations
Color information
#9D2BCF (or 0x9D2BCF) is known color: Dark Orchid. HEX triplet: 9D, 2B and CF. RGB value is (157,43,207). Sum of RGB (Red+Green+Blue) = 157+43+207=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2BCF is #62D430. Grayscale: #5F5F5F. Windows color (decimal): -6476849 or 13577117. OLE color: 13577117.
HSL color Cylindrical-coordinate representation of color #9D2BCF: hue angle of 281.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2BCF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 43 | 207 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.19 |
| HSL | 281.71º | 0.66% | 0.49% | - |
| HSV(B) | 281.71º | 0.79% | 0.81% | - |
| XYZ | 26.03 | 13.4 | 60.25 | - |
| YUV | 95.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 207 | 0.24 | 0.79 | 0 | 0.19 | 281.71 | 0.66 | 0.49 |
| Hex | 9D | 2B | CF | 18 | 4F | 0 | 13 | 11A | 42 | 31 |
| Octal | 235 | 53 | 317 | 30 | 117 | 0 | 23 | 432 | 102 | 61 |
| Binary | 10011101 | 101011 | 11001111 | 11000 | 1001111 | 0 | 10011 | 100011010 | 1000010 | 110001 |
Color Harmonies of #9D2BCF
Complementary color
Monochromatic Colors of #9D2BCF
Black with #9D2BCF
Text Example
Text Example
White with #9D2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2BCF; }
p { color: rgb(157,43,207); }
H1.HeaderClassName
{
color: #9D2BCF;
}
.AnyTagClassName
{
color: #9D2BCF;
}
</style>
background-color css
<style>
a { background-color: #9D2BCF; }
a { background-color: rgb(157,43,207); }
div.DivClassName
{
background-color: #9D2BCF;
}
.BgClassName
{
background-color: #9D2BCF;
}
</style>
border-color css
<style>
span { border-color: #9D2BCF; }
span { border-color: rgb(157,43,207); }
td.TdClassName
{
border-color: #9D2BCF;
}
.TagClassName
{
border-color: #9D2BCF;
}
</style>