Shades of Dark Orchid #9A2DCD
Tints of Dark Orchid #9A2DCD
RGB
CMYK
RGB Variations
Color information
#9A2DCD (or 0x9A2DCD) is known color: Dark Orchid. HEX triplet: 9A, 2D and CD. RGB value is (154,45,205). Sum of RGB (Red+Green+Blue) = 154+45+205=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A2DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2DCD is #65D232. Grayscale: #5F5F5F. Windows color (decimal): -6672947 or 13446554. OLE color: 13446554.
HSL color Cylindrical-coordinate representation of color #9A2DCD: hue angle of 280.88º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2DCD is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 45 | 205 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.20 |
| HSL | 280.88º | 0.64% | 0.49% | - |
| HSV(B) | 280.88º | 0.78% | 0.8% | - |
| XYZ | 25.28 | 13.15 | 58.96 | - |
| YUV | 95.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 45 | 205 | 0.25 | 0.78 | 0 | 0.20 | 280.88 | 0.64 | 0.49 |
| Hex | 9A | 2D | CD | 19 | 4E | 0 | 14 | 119 | 40 | 31 |
| Octal | 232 | 55 | 315 | 31 | 116 | 0 | 24 | 431 | 100 | 61 |
| Binary | 10011010 | 101101 | 11001101 | 11001 | 1001110 | 0 | 10100 | 100011001 | 1000000 | 110001 |
Color Harmonies of #9A2DCD
Complementary color
Monochromatic Colors of #9A2DCD
Black with #9A2DCD
Text Example
Text Example
White with #9A2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2DCD; }
p { color: rgb(154,45,205); }
H1.HeaderClassName
{
color: #9A2DCD;
}
.AnyTagClassName
{
color: #9A2DCD;
}
</style>
background-color css
<style>
a { background-color: #9A2DCD; }
a { background-color: rgb(154,45,205); }
div.DivClassName
{
background-color: #9A2DCD;
}
.BgClassName
{
background-color: #9A2DCD;
}
</style>
border-color css
<style>
span { border-color: #9A2DCD; }
span { border-color: rgb(154,45,205); }
td.TdClassName
{
border-color: #9A2DCD;
}
.TagClassName
{
border-color: #9A2DCD;
}
</style>