Shades of Dark Orchid #9C3DCA
Tints of Dark Orchid #9C3DCA
RGB
CMYK
RGB Variations
Color information
#9C3DCA (or 0x9C3DCA) is known color: Dark Orchid. HEX triplet: 9C, 3D and CA. RGB value is (156,61,202). Sum of RGB (Red+Green+Blue) = 156+61+202=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C3DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3DCA is #63C235. Grayscale: #696969. Windows color (decimal): -6537782 or 13254044. OLE color: 13254044.
HSL color Cylindrical-coordinate representation of color #9C3DCA: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C3DCA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 61 | 202 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.21 |
| HSL | 280.43º | 0.57% | 0.52% | - |
| HSV(B) | 280.43º | 0.7% | 0.79% | - |
| XYZ | 26.04 | 14.67 | 57.34 | - |
| YUV | 105.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 202 | 0.23 | 0.70 | 0 | 0.21 | 280.43 | 0.57 | 0.52 |
| Hex | 9C | 3D | CA | 17 | 46 | 0 | 15 | 118 | 39 | 34 |
| Octal | 234 | 75 | 312 | 27 | 106 | 0 | 25 | 430 | 71 | 64 |
| Binary | 10011100 | 111101 | 11001010 | 10111 | 1000110 | 0 | 10101 | 100011000 | 111001 | 110100 |
Color Harmonies of #9C3DCA
Complementary color
Monochromatic Colors of #9C3DCA
Black with #9C3DCA
Text Example
Text Example
White with #9C3DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3DCA; }
p { color: rgb(156,61,202); }
H1.HeaderClassName
{
color: #9C3DCA;
}
.AnyTagClassName
{
color: #9C3DCA;
}
</style>
background-color css
<style>
a { background-color: #9C3DCA; }
a { background-color: rgb(156,61,202); }
div.DivClassName
{
background-color: #9C3DCA;
}
.BgClassName
{
background-color: #9C3DCA;
}
</style>
border-color css
<style>
span { border-color: #9C3DCA; }
span { border-color: rgb(156,61,202); }
td.TdClassName
{
border-color: #9C3DCA;
}
.TagClassName
{
border-color: #9C3DCA;
}
</style>