Shades of Dark Orchid #9D2ECB
Tints of Dark Orchid #9D2ECB
RGB
CMYK
RGB Variations
Color information
#9D2ECB (or 0x9D2ECB) is known color: Dark Orchid. HEX triplet: 9D, 2E and CB. RGB value is (157,46,203). Sum of RGB (Red+Green+Blue) = 157+46+203=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D2ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2ECB is #62D134. Grayscale: #606060. Windows color (decimal): -6476085 or 13315741. OLE color: 13315741.
HSL color Cylindrical-coordinate representation of color #9D2ECB: hue angle of 282.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2ECB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 46 | 203 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.20 |
| HSL | 282.42º | 0.63% | 0.49% | - |
| HSV(B) | 282.42º | 0.77% | 0.8% | - |
| XYZ | 25.66 | 13.43 | 57.74 | - |
| YUV | 97.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 46 | 203 | 0.23 | 0.77 | 0 | 0.20 | 282.42 | 0.63 | 0.49 |
| Hex | 9D | 2E | CB | 17 | 4D | 0 | 14 | 11A | 3F | 31 |
| Octal | 235 | 56 | 313 | 27 | 115 | 0 | 24 | 432 | 77 | 61 |
| Binary | 10011101 | 101110 | 11001011 | 10111 | 1001101 | 0 | 10100 | 100011010 | 111111 | 110001 |
Color Harmonies of #9D2ECB
Complementary color
Monochromatic Colors of #9D2ECB
Black with #9D2ECB
Text Example
Text Example
White with #9D2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2ECB; }
p { color: rgb(157,46,203); }
H1.HeaderClassName
{
color: #9D2ECB;
}
.AnyTagClassName
{
color: #9D2ECB;
}
</style>
background-color css
<style>
a { background-color: #9D2ECB; }
a { background-color: rgb(157,46,203); }
div.DivClassName
{
background-color: #9D2ECB;
}
.BgClassName
{
background-color: #9D2ECB;
}
</style>
border-color css
<style>
span { border-color: #9D2ECB; }
span { border-color: rgb(157,46,203); }
td.TdClassName
{
border-color: #9D2ECB;
}
.TagClassName
{
border-color: #9D2ECB;
}
</style>