Shades of Dark Orchid #9A3DD0
Tints of Dark Orchid #9A3DD0
RGB
CMYK
RGB Variations
Color information
#9A3DD0 (or 0x9A3DD0) is known color: Dark Orchid. HEX triplet: 9A, 3D and D0. RGB value is (154,61,208). Sum of RGB (Red+Green+Blue) = 154+61+208=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A3DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DD0 is #65C22F. Grayscale: #696969. Windows color (decimal): -6668848 or 13647258. OLE color: 13647258.
HSL color Cylindrical-coordinate representation of color #9A3DD0: hue angle of 277.96º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A3DD0 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 61 | 208 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.18 |
| HSL | 277.96º | 0.61% | 0.53% | - |
| HSV(B) | 277.96º | 0.71% | 0.82% | - |
| XYZ | 26.38 | 14.76 | 61.13 | - |
| YUV | 105.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 208 | 0.26 | 0.71 | 0 | 0.18 | 277.96 | 0.61 | 0.53 |
| Hex | 9A | 3D | D0 | 1A | 47 | 0 | 12 | 116 | 3D | 35 |
| Octal | 232 | 75 | 320 | 32 | 107 | 0 | 22 | 426 | 75 | 65 |
| Binary | 10011010 | 111101 | 11010000 | 11010 | 1000111 | 0 | 10010 | 100010110 | 111101 | 110101 |
Color Harmonies of #9A3DD0
Complementary color
Monochromatic Colors of #9A3DD0
Black with #9A3DD0
Text Example
Text Example
White with #9A3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3DD0; }
p { color: rgb(154,61,208); }
H1.HeaderClassName
{
color: #9A3DD0;
}
.AnyTagClassName
{
color: #9A3DD0;
}
</style>
background-color css
<style>
a { background-color: #9A3DD0; }
a { background-color: rgb(154,61,208); }
div.DivClassName
{
background-color: #9A3DD0;
}
.BgClassName
{
background-color: #9A3DD0;
}
</style>
border-color css
<style>
span { border-color: #9A3DD0; }
span { border-color: rgb(154,61,208); }
td.TdClassName
{
border-color: #9A3DD0;
}
.TagClassName
{
border-color: #9A3DD0;
}
</style>