Shades of Dark Orchid #9A2DBF
Tints of Dark Orchid #9A2DBF
RGB
CMYK
RGB Variations
Color information
#9A2DBF (or 0x9A2DBF) is known color: Dark Orchid. HEX triplet: 9A, 2D and BF. RGB value is (154,45,191). Sum of RGB (Red+Green+Blue) = 154+45+191=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DBF is #65D240. Grayscale: #5D5D5D. Windows color (decimal): -6672961 or 12529050. OLE color: 12529050.
HSL color Cylindrical-coordinate representation of color #9A2DBF: hue angle of 284.79º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2DBF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 45 | 191 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.25 |
| HSL | 284.79º | 0.62% | 0.46% | - |
| HSV(B) | 284.79º | 0.76% | 0.75% | - |
| XYZ | 23.67 | 12.51 | 50.46 | - |
| YUV | 94.24 | 182.61 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 191 | 0.19 | 0.76 | 0 | 0.25 | 284.79 | 0.62 | 0.46 |
| Hex | 9A | 2D | BF | 13 | 4C | 0 | 19 | 11D | 3E | 2E |
| Octal | 232 | 55 | 277 | 23 | 114 | 0 | 31 | 435 | 76 | 56 |
| Binary | 10011010 | 101101 | 10111111 | 10011 | 1001100 | 0 | 11001 | 100011101 | 111110 | 101110 |
Color Harmonies of #9A2DBF
Complementary color
Monochromatic Colors of #9A2DBF
Black with #9A2DBF
Text Example
Text Example
White with #9A2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2DBF; }
p { color: rgb(154,45,191); }
H1.HeaderClassName
{
color: #9A2DBF;
}
.AnyTagClassName
{
color: #9A2DBF;
}
</style>
background-color css
<style>
a { background-color: #9A2DBF; }
a { background-color: rgb(154,45,191); }
div.DivClassName
{
background-color: #9A2DBF;
}
.BgClassName
{
background-color: #9A2DBF;
}
</style>
border-color css
<style>
span { border-color: #9A2DBF; }
span { border-color: rgb(154,45,191); }
td.TdClassName
{
border-color: #9A2DBF;
}
.TagClassName
{
border-color: #9A2DBF;
}
</style>