Shades of Dark Orchid #9C2FBA
Tints of Dark Orchid #9C2FBA
RGB
CMYK
RGB Variations
Color information
#9C2FBA (or 0x9C2FBA) is known color: Dark Orchid. HEX triplet: 9C, 2F and BA. RGB value is (156,47,186). Sum of RGB (Red+Green+Blue) = 156+47+186=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2FBA is #63D045. Grayscale: #5E5E5E. Windows color (decimal): -6541382 or 12201884. OLE color: 12201884.
HSL color Cylindrical-coordinate representation of color #9C2FBA: hue angle of 287.05º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2FBA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 47 | 186 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.27 |
| HSL | 287.05º | 0.6% | 0.46% | - |
| HSV(B) | 287.05º | 0.75% | 0.73% | - |
| XYZ | 23.59 | 12.65 | 47.65 | - |
| YUV | 95.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 186 | 0.16 | 0.75 | 0 | 0.27 | 287.05 | 0.6 | 0.46 |
| Hex | 9C | 2F | BA | 10 | 4B | 0 | 1B | 11F | 3C | 2E |
| Octal | 234 | 57 | 272 | 20 | 113 | 0 | 33 | 437 | 74 | 56 |
| Binary | 10011100 | 101111 | 10111010 | 10000 | 1001011 | 0 | 11011 | 100011111 | 111100 | 101110 |
Color Harmonies of #9C2FBA
Complementary color
Monochromatic Colors of #9C2FBA
Black with #9C2FBA
Text Example
Text Example
White with #9C2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FBA; }
p { color: rgb(156,47,186); }
H1.HeaderClassName
{
color: #9C2FBA;
}
.AnyTagClassName
{
color: #9C2FBA;
}
</style>
background-color css
<style>
a { background-color: #9C2FBA; }
a { background-color: rgb(156,47,186); }
div.DivClassName
{
background-color: #9C2FBA;
}
.BgClassName
{
background-color: #9C2FBA;
}
</style>
border-color css
<style>
span { border-color: #9C2FBA; }
span { border-color: rgb(156,47,186); }
td.TdClassName
{
border-color: #9C2FBA;
}
.TagClassName
{
border-color: #9C2FBA;
}
</style>