Shades of Dark Orchid #9C44E0
Tints of Dark Orchid #9C44E0
RGB
CMYK
RGB Variations
Color information
#9C44E0 (or 0x9C44E0) is known color: Dark Orchid. HEX triplet: 9C, 44 and E0. RGB value is (156,68,224). Sum of RGB (Red+Green+Blue) = 156+68+224=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C44E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C44E0 is #63BB1F. Grayscale: #6F6F6F. Windows color (decimal): -6535968 or 14697628. OLE color: 14697628.
HSL color Cylindrical-coordinate representation of color #9C44E0: hue angle of 273.85º 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 #9C44E0 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 68 | 224 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.12 |
| HSL | 273.85º | 0.72% | 0.57% | - |
| HSV(B) | 273.85º | 0.7% | 0.88% | - |
| XYZ | 29.23 | 16.58 | 72.18 | - |
| YUV | 112.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 224 | 0.30 | 0.70 | 0 | 0.12 | 273.85 | 0.72 | 0.57 |
| Hex | 9C | 44 | E0 | 1E | 46 | 0 | C | 112 | 48 | 39 |
| Octal | 234 | 104 | 340 | 36 | 106 | 0 | 14 | 422 | 110 | 71 |
| Binary | 10011100 | 1000100 | 11100000 | 11110 | 1000110 | 0 | 1100 | 100010010 | 1001000 | 111001 |
Color Harmonies of #9C44E0
Complementary color
Monochromatic Colors of #9C44E0
Black with #9C44E0
Text Example
Text Example
White with #9C44E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C44E0; }
p { color: rgb(156,68,224); }
H1.HeaderClassName
{
color: #9C44E0;
}
.AnyTagClassName
{
color: #9C44E0;
}
</style>
background-color css
<style>
a { background-color: #9C44E0; }
a { background-color: rgb(156,68,224); }
div.DivClassName
{
background-color: #9C44E0;
}
.BgClassName
{
background-color: #9C44E0;
}
</style>
border-color css
<style>
span { border-color: #9C44E0; }
span { border-color: rgb(156,68,224); }
td.TdClassName
{
border-color: #9C44E0;
}
.TagClassName
{
border-color: #9C44E0;
}
</style>