Shades of Dark Orchid #9C21B1
Tints of Dark Orchid #9C21B1
RGB
CMYK
RGB Variations
Color information
#9C21B1 (or 0x9C21B1) is known color: Dark Orchid. HEX triplet: 9C, 21 and B1. RGB value is (156,33,177). Sum of RGB (Red+Green+Blue) = 156+33+177=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C21B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C21B1 is #63DE4E. Grayscale: #555555. Windows color (decimal): -6544975 or 11608476. OLE color: 11608476.
HSL color Cylindrical-coordinate representation of color #9C21B1: hue angle of 291.25º degrees, saturation: 0.69, 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 #9C21B1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 33 | 177 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.31 |
| HSL | 291.25º | 0.69% | 0.41% | - |
| HSV(B) | 291.25º | 0.81% | 0.69% | - |
| XYZ | 22.19 | 11.33 | 42.61 | - |
| YUV | 86.19 | 179.25 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 33 | 177 | 0.12 | 0.81 | 0 | 0.31 | 291.25 | 0.69 | 0.41 |
| Hex | 9C | 21 | B1 | C | 51 | 0 | 1F | 123 | 45 | 29 |
| Octal | 234 | 41 | 261 | 14 | 121 | 0 | 37 | 443 | 105 | 51 |
| Binary | 10011100 | 100001 | 10110001 | 1100 | 1010001 | 0 | 11111 | 100100011 | 1000101 | 101001 |
Color Harmonies of #9C21B1
Complementary color
Monochromatic Colors of #9C21B1
Black with #9C21B1
Text Example
Text Example
White with #9C21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C21B1; }
p { color: rgb(156,33,177); }
H1.HeaderClassName
{
color: #9C21B1;
}
.AnyTagClassName
{
color: #9C21B1;
}
</style>
background-color css
<style>
a { background-color: #9C21B1; }
a { background-color: rgb(156,33,177); }
div.DivClassName
{
background-color: #9C21B1;
}
.BgClassName
{
background-color: #9C21B1;
}
</style>
border-color css
<style>
span { border-color: #9C21B1; }
span { border-color: rgb(156,33,177); }
td.TdClassName
{
border-color: #9C21B1;
}
.TagClassName
{
border-color: #9C21B1;
}
</style>