Shades of Dark Orchid #9A2ABF
Tints of Dark Orchid #9A2ABF
RGB
CMYK
RGB Variations
Color information
#9A2ABF (or 0x9A2ABF) is known color: Dark Orchid. HEX triplet: 9A, 2A and BF. RGB value is (154,42,191). Sum of RGB (Red+Green+Blue) = 154+42+191=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A2ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ABF is #65D540. Grayscale: #5B5B5B. Windows color (decimal): -6673729 or 12528282. OLE color: 12528282.
HSL color Cylindrical-coordinate representation of color #9A2ABF: hue angle of 285.1º 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 #9A2ABF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 42 | 191 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.25 |
| HSL | 285.1º | 0.64% | 0.46% | - |
| HSV(B) | 285.1º | 0.78% | 0.75% | - |
| XYZ | 23.56 | 12.29 | 50.42 | - |
| YUV | 92.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 191 | 0.19 | 0.78 | 0 | 0.25 | 285.1 | 0.64 | 0.46 |
| Hex | 9A | 2A | BF | 13 | 4E | 0 | 19 | 11D | 40 | 2E |
| Octal | 232 | 52 | 277 | 23 | 116 | 0 | 31 | 435 | 100 | 56 |
| Binary | 10011010 | 101010 | 10111111 | 10011 | 1001110 | 0 | 11001 | 100011101 | 1000000 | 101110 |
Color Harmonies of #9A2ABF
Complementary color
Monochromatic Colors of #9A2ABF
Black with #9A2ABF
Text Example
Text Example
White with #9A2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2ABF; }
p { color: rgb(154,42,191); }
H1.HeaderClassName
{
color: #9A2ABF;
}
.AnyTagClassName
{
color: #9A2ABF;
}
</style>
background-color css
<style>
a { background-color: #9A2ABF; }
a { background-color: rgb(154,42,191); }
div.DivClassName
{
background-color: #9A2ABF;
}
.BgClassName
{
background-color: #9A2ABF;
}
</style>
border-color css
<style>
span { border-color: #9A2ABF; }
span { border-color: rgb(154,42,191); }
td.TdClassName
{
border-color: #9A2ABF;
}
.TagClassName
{
border-color: #9A2ABF;
}
</style>