Shades of Dark Orchid #9A1CCD
Tints of Dark Orchid #9A1CCD
RGB
CMYK
RGB Variations
Color information
#9A1CCD (or 0x9A1CCD) is known color: Dark Orchid. HEX triplet: 9A, 1C and CD. RGB value is (154,28,205). Sum of RGB (Red+Green+Blue) = 154+28+205=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CCD is #65E332. Grayscale: #555555. Windows color (decimal): -6677299 or 13442202. OLE color: 13442202.
HSL color Cylindrical-coordinate representation of color #9A1CCD: hue angle of 282.71º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1CCD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 28 | 205 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.20 |
| HSL | 282.71º | 0.76% | 0.46% | - |
| HSV(B) | 282.71º | 0.86% | 0.8% | - |
| XYZ | 24.76 | 12.11 | 58.79 | - |
| YUV | 85.85 | 195.24 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 205 | 0.25 | 0.86 | 0 | 0.20 | 282.71 | 0.76 | 0.46 |
| Hex | 9A | 1C | CD | 19 | 56 | 0 | 14 | 11B | 4C | 2E |
| Octal | 232 | 34 | 315 | 31 | 126 | 0 | 24 | 433 | 114 | 56 |
| Binary | 10011010 | 11100 | 11001101 | 11001 | 1010110 | 0 | 10100 | 100011011 | 1001100 | 101110 |
Color Harmonies of #9A1CCD
Complementary color
Monochromatic Colors of #9A1CCD
Black with #9A1CCD
Text Example
Text Example
White with #9A1CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1CCD; }
p { color: rgb(154,28,205); }
H1.HeaderClassName
{
color: #9A1CCD;
}
.AnyTagClassName
{
color: #9A1CCD;
}
</style>
background-color css
<style>
a { background-color: #9A1CCD; }
a { background-color: rgb(154,28,205); }
div.DivClassName
{
background-color: #9A1CCD;
}
.BgClassName
{
background-color: #9A1CCD;
}
</style>
border-color css
<style>
span { border-color: #9A1CCD; }
span { border-color: rgb(154,28,205); }
td.TdClassName
{
border-color: #9A1CCD;
}
.TagClassName
{
border-color: #9A1CCD;
}
</style>