Shades of Dark Orchid #9C2DCA
Tints of Dark Orchid #9C2DCA
RGB
CMYK
RGB Variations
Color information
#9C2DCA (or 0x9C2DCA) is known color: Dark Orchid. HEX triplet: 9C, 2D and CA. RGB value is (156,45,202). Sum of RGB (Red+Green+Blue) = 156+45+202=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C2DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2DCA is #63D235. Grayscale: #5F5F5F. Windows color (decimal): -6541878 or 13249948. OLE color: 13249948.
HSL color Cylindrical-coordinate representation of color #9C2DCA: hue angle of 282.42º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2DCA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 45 | 202 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.21 |
| HSL | 282.42º | 0.64% | 0.48% | - |
| HSV(B) | 282.42º | 0.78% | 0.79% | - |
| XYZ | 25.31 | 13.21 | 57.09 | - |
| YUV | 96.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 45 | 202 | 0.23 | 0.78 | 0 | 0.21 | 282.42 | 0.64 | 0.48 |
| Hex | 9C | 2D | CA | 17 | 4E | 0 | 15 | 11A | 40 | 30 |
| Octal | 234 | 55 | 312 | 27 | 116 | 0 | 25 | 432 | 100 | 60 |
| Binary | 10011100 | 101101 | 11001010 | 10111 | 1001110 | 0 | 10101 | 100011010 | 1000000 | 110000 |
Color Harmonies of #9C2DCA
Complementary color
Monochromatic Colors of #9C2DCA
Black with #9C2DCA
Text Example
Text Example
White with #9C2DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2DCA; }
p { color: rgb(156,45,202); }
H1.HeaderClassName
{
color: #9C2DCA;
}
.AnyTagClassName
{
color: #9C2DCA;
}
</style>
background-color css
<style>
a { background-color: #9C2DCA; }
a { background-color: rgb(156,45,202); }
div.DivClassName
{
background-color: #9C2DCA;
}
.BgClassName
{
background-color: #9C2DCA;
}
</style>
border-color css
<style>
span { border-color: #9C2DCA; }
span { border-color: rgb(156,45,202); }
td.TdClassName
{
border-color: #9C2DCA;
}
.TagClassName
{
border-color: #9C2DCA;
}
</style>