Shades of Dark Orchid #9C3BBD
Tints of Dark Orchid #9C3BBD
RGB
CMYK
RGB Variations
Color information
#9C3BBD (or 0x9C3BBD) is known color: Dark Orchid. HEX triplet: 9C, 3B and BD. RGB value is (156,59,189). Sum of RGB (Red+Green+Blue) = 156+59+189=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C3BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3BBD is #63C442. Grayscale: #666666. Windows color (decimal): -6538307 or 12401564. OLE color: 12401564.
HSL color Cylindrical-coordinate representation of color #9C3BBD: hue angle of 284.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3BBD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 59 | 189 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.26 |
| HSL | 284.77º | 0.52% | 0.49% | - |
| HSV(B) | 284.77º | 0.69% | 0.74% | - |
| XYZ | 24.46 | 13.87 | 49.53 | - |
| YUV | 102.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 59 | 189 | 0.17 | 0.69 | 0 | 0.26 | 284.77 | 0.52 | 0.49 |
| Hex | 9C | 3B | BD | 11 | 45 | 0 | 1A | 11D | 34 | 31 |
| Octal | 234 | 73 | 275 | 21 | 105 | 0 | 32 | 435 | 64 | 61 |
| Binary | 10011100 | 111011 | 10111101 | 10001 | 1000101 | 0 | 11010 | 100011101 | 110100 | 110001 |
Color Harmonies of #9C3BBD
Complementary color
Monochromatic Colors of #9C3BBD
Black with #9C3BBD
Text Example
Text Example
White with #9C3BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3BBD; }
p { color: rgb(156,59,189); }
H1.HeaderClassName
{
color: #9C3BBD;
}
.AnyTagClassName
{
color: #9C3BBD;
}
</style>
background-color css
<style>
a { background-color: #9C3BBD; }
a { background-color: rgb(156,59,189); }
div.DivClassName
{
background-color: #9C3BBD;
}
.BgClassName
{
background-color: #9C3BBD;
}
</style>
border-color css
<style>
span { border-color: #9C3BBD; }
span { border-color: rgb(156,59,189); }
td.TdClassName
{
border-color: #9C3BBD;
}
.TagClassName
{
border-color: #9C3BBD;
}
</style>