Shades of Dark Orchid #9A3DCD
Tints of Dark Orchid #9A3DCD
RGB
CMYK
RGB Variations
Color information
#9A3DCD (or 0x9A3DCD) is known color: Dark Orchid. HEX triplet: 9A, 3D and CD. RGB value is (154,61,205). Sum of RGB (Red+Green+Blue) = 154+61+205=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A3DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DCD is #65C232. Grayscale: #686868. Windows color (decimal): -6668851 or 13450650. OLE color: 13450650.
HSL color Cylindrical-coordinate representation of color #9A3DCD: hue angle of 278.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A3DCD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 61 | 205 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.20 |
| HSL | 278.75º | 0.59% | 0.52% | - |
| HSV(B) | 278.75º | 0.7% | 0.8% | - |
| XYZ | 26.01 | 14.62 | 59.21 | - |
| YUV | 105.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 205 | 0.25 | 0.70 | 0 | 0.20 | 278.75 | 0.59 | 0.52 |
| Hex | 9A | 3D | CD | 19 | 46 | 0 | 14 | 117 | 3B | 34 |
| Octal | 232 | 75 | 315 | 31 | 106 | 0 | 24 | 427 | 73 | 64 |
| Binary | 10011010 | 111101 | 11001101 | 11001 | 1000110 | 0 | 10100 | 100010111 | 111011 | 110100 |
Color Harmonies of #9A3DCD
Complementary color
Monochromatic Colors of #9A3DCD
Black with #9A3DCD
Text Example
Text Example
White with #9A3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DCD; }
p { color: rgb(154,61,205); }
H1.HeaderClassName
{
color: #9A3DCD;
}
.AnyTagClassName
{
color: #9A3DCD;
}
</style>
background-color css
<style>
a { background-color: #9A3DCD; }
a { background-color: rgb(154,61,205); }
div.DivClassName
{
background-color: #9A3DCD;
}
.BgClassName
{
background-color: #9A3DCD;
}
</style>
border-color css
<style>
span { border-color: #9A3DCD; }
span { border-color: rgb(154,61,205); }
td.TdClassName
{
border-color: #9A3DCD;
}
.TagClassName
{
border-color: #9A3DCD;
}
</style>