Shades of Dark Orchid #9A2DBD
Tints of Dark Orchid #9A2DBD
RGB
CMYK
RGB Variations
Color information
#9A2DBD (or 0x9A2DBD) is known color: Dark Orchid. HEX triplet: 9A, 2D and BD. RGB value is (154,45,189). Sum of RGB (Red+Green+Blue) = 154+45+189=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DBD is #65D242. Grayscale: #5D5D5D. Windows color (decimal): -6672963 or 12397978. OLE color: 12397978.
HSL color Cylindrical-coordinate representation of color #9A2DBD: hue angle of 285.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A2DBD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 45 | 189 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.26 |
| HSL | 285.42º | 0.62% | 0.46% | - |
| HSV(B) | 285.42º | 0.76% | 0.74% | - |
| XYZ | 23.45 | 12.42 | 49.31 | - |
| YUV | 94.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 189 | 0.19 | 0.76 | 0 | 0.26 | 285.42 | 0.62 | 0.46 |
| Hex | 9A | 2D | BD | 13 | 4C | 0 | 1A | 11D | 3E | 2E |
| Octal | 232 | 55 | 275 | 23 | 114 | 0 | 32 | 435 | 76 | 56 |
| Binary | 10011010 | 101101 | 10111101 | 10011 | 1001100 | 0 | 11010 | 100011101 | 111110 | 101110 |
Color Harmonies of #9A2DBD
Complementary color
Monochromatic Colors of #9A2DBD
Black with #9A2DBD
Text Example
Text Example
White with #9A2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2DBD; }
p { color: rgb(154,45,189); }
H1.HeaderClassName
{
color: #9A2DBD;
}
.AnyTagClassName
{
color: #9A2DBD;
}
</style>
background-color css
<style>
a { background-color: #9A2DBD; }
a { background-color: rgb(154,45,189); }
div.DivClassName
{
background-color: #9A2DBD;
}
.BgClassName
{
background-color: #9A2DBD;
}
</style>
border-color css
<style>
span { border-color: #9A2DBD; }
span { border-color: rgb(154,45,189); }
td.TdClassName
{
border-color: #9A2DBD;
}
.TagClassName
{
border-color: #9A2DBD;
}
</style>