Shades of Dark Orchid #9C41C7
Tints of Dark Orchid #9C41C7
RGB
CMYK
RGB Variations
Color information
#9C41C7 (or 0x9C41C7) is known color: Dark Orchid. HEX triplet: 9C, 41 and C7. RGB value is (156,65,199). Sum of RGB (Red+Green+Blue) = 156+65+199=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #9C41C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41C7 is #63BE38. Grayscale: #6B6B6B. Windows color (decimal): -6536761 or 13058460. OLE color: 13058460.
HSL color Cylindrical-coordinate representation of color #9C41C7: hue angle of 280.75º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C41C7 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 65 | 199 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.22 |
| HSL | 280.75º | 0.54% | 0.52% | - |
| HSV(B) | 280.75º | 0.67% | 0.78% | - |
| XYZ | 25.91 | 14.97 | 55.56 | - |
| YUV | 107.49 | 179.65 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 199 | 0.22 | 0.67 | 0 | 0.22 | 280.75 | 0.54 | 0.52 |
| Hex | 9C | 41 | C7 | 16 | 43 | 0 | 16 | 119 | 36 | 34 |
| Octal | 234 | 101 | 307 | 26 | 103 | 0 | 26 | 431 | 66 | 64 |
| Binary | 10011100 | 1000001 | 11000111 | 10110 | 1000011 | 0 | 10110 | 100011001 | 110110 | 110100 |
Color Harmonies of #9C41C7
Complementary color
Monochromatic Colors of #9C41C7
Black with #9C41C7
Text Example
Text Example
White with #9C41C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41C7; }
p { color: rgb(156,65,199); }
H1.HeaderClassName
{
color: #9C41C7;
}
.AnyTagClassName
{
color: #9C41C7;
}
</style>
background-color css
<style>
a { background-color: #9C41C7; }
a { background-color: rgb(156,65,199); }
div.DivClassName
{
background-color: #9C41C7;
}
.BgClassName
{
background-color: #9C41C7;
}
</style>
border-color css
<style>
span { border-color: #9C41C7; }
span { border-color: rgb(156,65,199); }
td.TdClassName
{
border-color: #9C41C7;
}
.TagClassName
{
border-color: #9C41C7;
}
</style>