Shades of Dark Orchid #9D22BC
Tints of Dark Orchid #9D22BC
RGB
CMYK
RGB Variations
Color information
#9D22BC (or 0x9D22BC) is known color: Dark Orchid. HEX triplet: 9D, 22 and BC. RGB value is (157,34,188). Sum of RGB (Red+Green+Blue) = 157+34+188=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D22BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D22BC is #62DD43. Grayscale: #575757. Windows color (decimal): -6479172 or 12329629. OLE color: 12329629.
HSL color Cylindrical-coordinate representation of color #9D22BC: hue angle of 287.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D22BC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 34 | 188 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.26 |
| HSL | 287.92º | 0.69% | 0.44% | - |
| HSV(B) | 287.92º | 0.82% | 0.74% | - |
| XYZ | 23.55 | 11.94 | 48.64 | - |
| YUV | 88.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 188 | 0.16 | 0.82 | 0 | 0.26 | 287.92 | 0.69 | 0.44 |
| Hex | 9D | 22 | BC | 10 | 52 | 0 | 1A | 120 | 45 | 2C |
| Octal | 235 | 42 | 274 | 20 | 122 | 0 | 32 | 440 | 105 | 54 |
| Binary | 10011101 | 100010 | 10111100 | 10000 | 1010010 | 0 | 11010 | 100100000 | 1000101 | 101100 |
Color Harmonies of #9D22BC
Complementary color
Monochromatic Colors of #9D22BC
Black with #9D22BC
Text Example
Text Example
White with #9D22BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D22BC; }
p { color: rgb(157,34,188); }
H1.HeaderClassName
{
color: #9D22BC;
}
.AnyTagClassName
{
color: #9D22BC;
}
</style>
background-color css
<style>
a { background-color: #9D22BC; }
a { background-color: rgb(157,34,188); }
div.DivClassName
{
background-color: #9D22BC;
}
.BgClassName
{
background-color: #9D22BC;
}
</style>
border-color css
<style>
span { border-color: #9D22BC; }
span { border-color: rgb(157,34,188); }
td.TdClassName
{
border-color: #9D22BC;
}
.TagClassName
{
border-color: #9D22BC;
}
</style>