Shades of Dark Orchid #9C44E1
Tints of Dark Orchid #9C44E1
RGB
CMYK
RGB Variations
Color information
#9C44E1 (or 0x9C44E1) is known color: Dark Orchid. HEX triplet: 9C, 44 and E1. RGB value is (156,68,225). Sum of RGB (Red+Green+Blue) = 156+68+225=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #9C44E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C44E1 is #63BB1E. Grayscale: #6F6F6F. Windows color (decimal): -6535967 or 14763164. OLE color: 14763164.
HSL color Cylindrical-coordinate representation of color #9C44E1: hue angle of 273.63º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C44E1 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 68 | 225 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.12 |
| HSL | 273.63º | 0.72% | 0.57% | - |
| HSV(B) | 273.63º | 0.7% | 0.88% | - |
| XYZ | 29.37 | 16.64 | 72.9 | - |
| YUV | 112.21 | 191.65 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 225 | 0.31 | 0.70 | 0 | 0.12 | 273.63 | 0.72 | 0.57 |
| Hex | 9C | 44 | E1 | 1F | 46 | 0 | C | 112 | 48 | 39 |
| Octal | 234 | 104 | 341 | 37 | 106 | 0 | 14 | 422 | 110 | 71 |
| Binary | 10011100 | 1000100 | 11100001 | 11111 | 1000110 | 0 | 1100 | 100010010 | 1001000 | 111001 |
Color Harmonies of #9C44E1
Complementary color
Monochromatic Colors of #9C44E1
Black with #9C44E1
Text Example
Text Example
White with #9C44E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C44E1; }
p { color: rgb(156,68,225); }
H1.HeaderClassName
{
color: #9C44E1;
}
.AnyTagClassName
{
color: #9C44E1;
}
</style>
background-color css
<style>
a { background-color: #9C44E1; }
a { background-color: rgb(156,68,225); }
div.DivClassName
{
background-color: #9C44E1;
}
.BgClassName
{
background-color: #9C44E1;
}
</style>
border-color css
<style>
span { border-color: #9C44E1; }
span { border-color: rgb(156,68,225); }
td.TdClassName
{
border-color: #9C44E1;
}
.TagClassName
{
border-color: #9C44E1;
}
</style>