Shades of Dark Orchid #9A2BC1
Tints of Dark Orchid #9A2BC1
RGB
CMYK
RGB Variations
Color information
#9A2BC1 (or 0x9A2BC1) is known color: Dark Orchid. HEX triplet: 9A, 2B and C1. RGB value is (154,43,193). Sum of RGB (Red+Green+Blue) = 154+43+193=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A2BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BC1 is #65D43E. Grayscale: #5C5C5C. Windows color (decimal): -6673471 or 12659610. OLE color: 12659610.
HSL color Cylindrical-coordinate representation of color #9A2BC1: hue angle of 284.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2BC1 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 43 | 193 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.24 |
| HSL | 284.4º | 0.64% | 0.46% | - |
| HSV(B) | 284.4º | 0.78% | 0.76% | - |
| XYZ | 23.82 | 12.45 | 51.6 | - |
| YUV | 93.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 193 | 0.20 | 0.78 | 0 | 0.24 | 284.4 | 0.64 | 0.46 |
| Hex | 9A | 2B | C1 | 14 | 4E | 0 | 18 | 11C | 40 | 2E |
| Octal | 232 | 53 | 301 | 24 | 116 | 0 | 30 | 434 | 100 | 56 |
| Binary | 10011010 | 101011 | 11000001 | 10100 | 1001110 | 0 | 11000 | 100011100 | 1000000 | 101110 |
Color Harmonies of #9A2BC1
Complementary color
Monochromatic Colors of #9A2BC1
Black with #9A2BC1
Text Example
Text Example
White with #9A2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2BC1; }
p { color: rgb(154,43,193); }
H1.HeaderClassName
{
color: #9A2BC1;
}
.AnyTagClassName
{
color: #9A2BC1;
}
</style>
background-color css
<style>
a { background-color: #9A2BC1; }
a { background-color: rgb(154,43,193); }
div.DivClassName
{
background-color: #9A2BC1;
}
.BgClassName
{
background-color: #9A2BC1;
}
</style>
border-color css
<style>
span { border-color: #9A2BC1; }
span { border-color: rgb(154,43,193); }
td.TdClassName
{
border-color: #9A2BC1;
}
.TagClassName
{
border-color: #9A2BC1;
}
</style>