Shades of Dark Orchid #9A2CBC
Tints of Dark Orchid #9A2CBC
RGB
CMYK
RGB Variations
Color information
#9A2CBC (or 0x9A2CBC) is known color: Dark Orchid. HEX triplet: 9A, 2C and BC. RGB value is (154,44,188). Sum of RGB (Red+Green+Blue) = 154+44+188=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A2CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CBC is #65D343. Grayscale: #5C5C5C. Windows color (decimal): -6673220 or 12332186. OLE color: 12332186.
HSL color Cylindrical-coordinate representation of color #9A2CBC: hue angle of 285.83º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2CBC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 44 | 188 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.26 |
| HSL | 285.83º | 0.62% | 0.45% | - |
| HSV(B) | 285.83º | 0.77% | 0.74% | - |
| XYZ | 23.3 | 12.3 | 48.72 | - |
| YUV | 93.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 188 | 0.18 | 0.77 | 0 | 0.26 | 285.83 | 0.62 | 0.45 |
| Hex | 9A | 2C | BC | 12 | 4D | 0 | 1A | 11E | 3E | 2D |
| Octal | 232 | 54 | 274 | 22 | 115 | 0 | 32 | 436 | 76 | 55 |
| Binary | 10011010 | 101100 | 10111100 | 10010 | 1001101 | 0 | 11010 | 100011110 | 111110 | 101101 |
Color Harmonies of #9A2CBC
Complementary color
Monochromatic Colors of #9A2CBC
Black with #9A2CBC
Text Example
Text Example
White with #9A2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2CBC; }
p { color: rgb(154,44,188); }
H1.HeaderClassName
{
color: #9A2CBC;
}
.AnyTagClassName
{
color: #9A2CBC;
}
</style>
background-color css
<style>
a { background-color: #9A2CBC; }
a { background-color: rgb(154,44,188); }
div.DivClassName
{
background-color: #9A2CBC;
}
.BgClassName
{
background-color: #9A2CBC;
}
</style>
border-color css
<style>
span { border-color: #9A2CBC; }
span { border-color: rgb(154,44,188); }
td.TdClassName
{
border-color: #9A2CBC;
}
.TagClassName
{
border-color: #9A2CBC;
}
</style>