Shades of Dark Orchid #9A1CD6
Tints of Dark Orchid #9A1CD6
RGB
CMYK
RGB Variations
Color information
#9A1CD6 (or 0x9A1CD6) is known color: Dark Orchid. HEX triplet: 9A, 1C and D6. RGB value is (154,28,214). Sum of RGB (Red+Green+Blue) = 154+28+214=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A1CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CD6 is #65E329. Grayscale: #565656. Windows color (decimal): -6677290 or 14032026. OLE color: 14032026.
HSL color Cylindrical-coordinate representation of color #9A1CD6: hue angle of 280.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A1CD6 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 28 | 214 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.16 |
| HSL | 280.65º | 0.77% | 0.47% | - |
| HSV(B) | 280.65º | 0.87% | 0.84% | - |
| XYZ | 25.88 | 12.56 | 64.68 | - |
| YUV | 86.88 | 199.74 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 214 | 0.28 | 0.87 | 0 | 0.16 | 280.65 | 0.77 | 0.47 |
| Hex | 9A | 1C | D6 | 1C | 57 | 0 | 10 | 119 | 4D | 2F |
| Octal | 232 | 34 | 326 | 34 | 127 | 0 | 20 | 431 | 115 | 57 |
| Binary | 10011010 | 11100 | 11010110 | 11100 | 1010111 | 0 | 10000 | 100011001 | 1001101 | 101111 |
Color Harmonies of #9A1CD6
Complementary color
Monochromatic Colors of #9A1CD6
Black with #9A1CD6
Text Example
Text Example
White with #9A1CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1CD6; }
p { color: rgb(154,28,214); }
H1.HeaderClassName
{
color: #9A1CD6;
}
.AnyTagClassName
{
color: #9A1CD6;
}
</style>
background-color css
<style>
a { background-color: #9A1CD6; }
a { background-color: rgb(154,28,214); }
div.DivClassName
{
background-color: #9A1CD6;
}
.BgClassName
{
background-color: #9A1CD6;
}
</style>
border-color css
<style>
span { border-color: #9A1CD6; }
span { border-color: rgb(154,28,214); }
td.TdClassName
{
border-color: #9A1CD6;
}
.TagClassName
{
border-color: #9A1CD6;
}
</style>