Shades of Dark Orchid #9A2CCD
Tints of Dark Orchid #9A2CCD
RGB
CMYK
RGB Variations
Color information
#9A2CCD (or 0x9A2CCD) is known color: Dark Orchid. HEX triplet: 9A, 2C and CD. RGB value is (154,44,205). Sum of RGB (Red+Green+Blue) = 154+44+205=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CCD is #65D332. Grayscale: #5E5E5E. Windows color (decimal): -6673203 or 13446298. OLE color: 13446298.
HSL color Cylindrical-coordinate representation of color #9A2CCD: hue angle of 280.99º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2CCD is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 44 | 205 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.20 |
| HSL | 280.99º | 0.65% | 0.49% | - |
| HSV(B) | 280.99º | 0.79% | 0.8% | - |
| XYZ | 25.25 | 13.08 | 58.95 | - |
| YUV | 95.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 205 | 0.25 | 0.79 | 0 | 0.20 | 280.99 | 0.65 | 0.49 |
| Hex | 9A | 2C | CD | 19 | 4F | 0 | 14 | 119 | 41 | 31 |
| Octal | 232 | 54 | 315 | 31 | 117 | 0 | 24 | 431 | 101 | 61 |
| Binary | 10011010 | 101100 | 11001101 | 11001 | 1001111 | 0 | 10100 | 100011001 | 1000001 | 110001 |
Color Harmonies of #9A2CCD
Complementary color
Monochromatic Colors of #9A2CCD
Black with #9A2CCD
Text Example
Text Example
White with #9A2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2CCD; }
p { color: rgb(154,44,205); }
H1.HeaderClassName
{
color: #9A2CCD;
}
.AnyTagClassName
{
color: #9A2CCD;
}
</style>
background-color css
<style>
a { background-color: #9A2CCD; }
a { background-color: rgb(154,44,205); }
div.DivClassName
{
background-color: #9A2CCD;
}
.BgClassName
{
background-color: #9A2CCD;
}
</style>
border-color css
<style>
span { border-color: #9A2CCD; }
span { border-color: rgb(154,44,205); }
td.TdClassName
{
border-color: #9A2CCD;
}
.TagClassName
{
border-color: #9A2CCD;
}
</style>