Shades of Dark Orchid #9C41DB
Tints of Dark Orchid #9C41DB
RGB
CMYK
RGB Variations
Color information
#9C41DB (or 0x9C41DB) is known color: Dark Orchid. HEX triplet: 9C, 41 and DB. RGB value is (156,65,219). Sum of RGB (Red+Green+Blue) = 156+65+219=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C41DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41DB is #63BE24. Grayscale: #6D6D6D. Windows color (decimal): -6536741 or 14369180. OLE color: 14369180.
HSL color Cylindrical-coordinate representation of color #9C41DB: hue angle of 275.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C41DB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 65 | 219 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.14 |
| HSL | 275.45º | 0.68% | 0.56% | - |
| HSV(B) | 275.45º | 0.7% | 0.86% | - |
| XYZ | 28.39 | 15.96 | 68.6 | - |
| YUV | 109.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 219 | 0.29 | 0.70 | 0 | 0.14 | 275.45 | 0.68 | 0.56 |
| Hex | 9C | 41 | DB | 1D | 46 | 0 | E | 113 | 44 | 38 |
| Octal | 234 | 101 | 333 | 35 | 106 | 0 | 16 | 423 | 104 | 70 |
| Binary | 10011100 | 1000001 | 11011011 | 11101 | 1000110 | 0 | 1110 | 100010011 | 1000100 | 111000 |
Color Harmonies of #9C41DB
Complementary color
Monochromatic Colors of #9C41DB
Black with #9C41DB
Text Example
Text Example
White with #9C41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41DB; }
p { color: rgb(156,65,219); }
H1.HeaderClassName
{
color: #9C41DB;
}
.AnyTagClassName
{
color: #9C41DB;
}
</style>
background-color css
<style>
a { background-color: #9C41DB; }
a { background-color: rgb(156,65,219); }
div.DivClassName
{
background-color: #9C41DB;
}
.BgClassName
{
background-color: #9C41DB;
}
</style>
border-color css
<style>
span { border-color: #9C41DB; }
span { border-color: rgb(156,65,219); }
td.TdClassName
{
border-color: #9C41DB;
}
.TagClassName
{
border-color: #9C41DB;
}
</style>