Shades of Dark Orchid #9C2ABF
Tints of Dark Orchid #9C2ABF
RGB
CMYK
RGB Variations
Color information
#9C2ABF (or 0x9C2ABF) is known color: Dark Orchid. HEX triplet: 9C, 2A and BF. RGB value is (156,42,191). Sum of RGB (Red+Green+Blue) = 156+42+191=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2ABF is #63D540. Grayscale: #5C5C5C. Windows color (decimal): -6542657 or 12528284. OLE color: 12528284.
HSL color Cylindrical-coordinate representation of color #9C2ABF: hue angle of 285.91º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2ABF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 42 | 191 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.25 |
| HSL | 285.91º | 0.64% | 0.46% | - |
| HSV(B) | 285.91º | 0.78% | 0.75% | - |
| XYZ | 23.94 | 12.49 | 50.44 | - |
| YUV | 93.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 42 | 191 | 0.18 | 0.78 | 0 | 0.25 | 285.91 | 0.64 | 0.46 |
| Hex | 9C | 2A | BF | 12 | 4E | 0 | 19 | 11E | 40 | 2E |
| Octal | 234 | 52 | 277 | 22 | 116 | 0 | 31 | 436 | 100 | 56 |
| Binary | 10011100 | 101010 | 10111111 | 10010 | 1001110 | 0 | 11001 | 100011110 | 1000000 | 101110 |
Color Harmonies of #9C2ABF
Complementary color
Monochromatic Colors of #9C2ABF
Black with #9C2ABF
Text Example
Text Example
White with #9C2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2ABF; }
p { color: rgb(156,42,191); }
H1.HeaderClassName
{
color: #9C2ABF;
}
.AnyTagClassName
{
color: #9C2ABF;
}
</style>
background-color css
<style>
a { background-color: #9C2ABF; }
a { background-color: rgb(156,42,191); }
div.DivClassName
{
background-color: #9C2ABF;
}
.BgClassName
{
background-color: #9C2ABF;
}
</style>
border-color css
<style>
span { border-color: #9C2ABF; }
span { border-color: rgb(156,42,191); }
td.TdClassName
{
border-color: #9C2ABF;
}
.TagClassName
{
border-color: #9C2ABF;
}
</style>