Shades of Dark Orchid #9C22B1
Tints of Dark Orchid #9C22B1
RGB
CMYK
RGB Variations
Color information
#9C22B1 (or 0x9C22B1) is known color: Dark Orchid. HEX triplet: 9C, 22 and B1. RGB value is (156,34,177). Sum of RGB (Red+Green+Blue) = 156+34+177=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C22B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C22B1 is #63DD4E. Grayscale: #565656. Windows color (decimal): -6544719 or 11608732. OLE color: 11608732.
HSL color Cylindrical-coordinate representation of color #9C22B1: hue angle of 291.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C22B1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 34 | 177 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.31 |
| HSL | 291.19º | 0.68% | 0.41% | - |
| HSV(B) | 291.19º | 0.81% | 0.69% | - |
| XYZ | 22.22 | 11.39 | 42.62 | - |
| YUV | 86.78 | 178.92 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 34 | 177 | 0.12 | 0.81 | 0 | 0.31 | 291.19 | 0.68 | 0.41 |
| Hex | 9C | 22 | B1 | C | 51 | 0 | 1F | 123 | 44 | 29 |
| Octal | 234 | 42 | 261 | 14 | 121 | 0 | 37 | 443 | 104 | 51 |
| Binary | 10011100 | 100010 | 10110001 | 1100 | 1010001 | 0 | 11111 | 100100011 | 1000100 | 101001 |
Color Harmonies of #9C22B1
Complementary color
Monochromatic Colors of #9C22B1
Black with #9C22B1
Text Example
Text Example
White with #9C22B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C22B1; }
p { color: rgb(156,34,177); }
H1.HeaderClassName
{
color: #9C22B1;
}
.AnyTagClassName
{
color: #9C22B1;
}
</style>
background-color css
<style>
a { background-color: #9C22B1; }
a { background-color: rgb(156,34,177); }
div.DivClassName
{
background-color: #9C22B1;
}
.BgClassName
{
background-color: #9C22B1;
}
</style>
border-color css
<style>
span { border-color: #9C22B1; }
span { border-color: rgb(156,34,177); }
td.TdClassName
{
border-color: #9C22B1;
}
.TagClassName
{
border-color: #9C22B1;
}
</style>