Shades of Dark Purple #94127C
Tints of Dark Purple #94127C
RGB
CMYK
RGB Variations
Color information
#94127C (or 0x94127C) is known color: Dark Purple. HEX triplet: 94, 12 and 7C. RGB value is (148,18,124). Sum of RGB (Red+Green+Blue) = 148+18+124=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94127C is #6BED83. Grayscale: #444444. Windows color (decimal): -7073156 or 8131220. OLE color: 8131220.
HSL color Cylindrical-coordinate representation of color #94127C: hue angle of 311.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94127C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 124 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.42 |
| HSL | 311.08º | 0.78% | 0.33% | - |
| HSV(B) | 311.08º | 0.88% | 0.58% | - |
| XYZ | 16.07 | 8.18 | 19.8 | - |
| YUV | 68.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 124 | 0 | 0.88 | 0.16 | 0.42 | 311.08 | 0.78 | 0.33 |
| Hex | 94 | 12 | 7C | 0 | 58 | 10 | 2A | 137 | 4E | 21 |
| Octal | 224 | 22 | 174 | 0 | 130 | 20 | 52 | 467 | 116 | 41 |
| Binary | 10010100 | 10010 | 1111100 | 0 | 1011000 | 10000 | 101010 | 100110111 | 1001110 | 100001 |
Color Harmonies of #94127C
Complementary color
Monochromatic Colors of #94127C
Black with #94127C
Text Example
Text Example
White with #94127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94127C; }
p { color: rgb(148,18,124); }
H1.HeaderClassName
{
color: #94127C;
}
.AnyTagClassName
{
color: #94127C;
}
</style>
background-color css
<style>
a { background-color: #94127C; }
a { background-color: rgb(148,18,124); }
div.DivClassName
{
background-color: #94127C;
}
.BgClassName
{
background-color: #94127C;
}
</style>
border-color css
<style>
span { border-color: #94127C; }
span { border-color: rgb(148,18,124); }
td.TdClassName
{
border-color: #94127C;
}
.TagClassName
{
border-color: #94127C;
}
</style>