Shades of Dark Purple #94137D
Tints of Dark Purple #94137D
RGB
CMYK
RGB Variations
Color information
#94137D (or 0x94137D) is known color: Dark Purple. HEX triplet: 94, 13 and 7D. RGB value is (148,19,125). Sum of RGB (Red+Green+Blue) = 148+19+125=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94137D is #6BEC82. Grayscale: #454545. Windows color (decimal): -7072899 or 8197012. OLE color: 8197012.
HSL color Cylindrical-coordinate representation of color #94137D: hue angle of 310.7º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94137D is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 125 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.42 |
| HSL | 310.7º | 0.77% | 0.33% | - |
| HSV(B) | 310.7º | 0.87% | 0.58% | - |
| XYZ | 16.15 | 8.24 | 20.14 | - |
| YUV | 69.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 125 | 0 | 0.87 | 0.16 | 0.42 | 310.7 | 0.77 | 0.33 |
| Hex | 94 | 13 | 7D | 0 | 57 | 10 | 2A | 137 | 4D | 21 |
| Octal | 224 | 23 | 175 | 0 | 127 | 20 | 52 | 467 | 115 | 41 |
| Binary | 10010100 | 10011 | 1111101 | 0 | 1010111 | 10000 | 101010 | 100110111 | 1001101 | 100001 |
Color Harmonies of #94137D
Complementary color
Monochromatic Colors of #94137D
Black with #94137D
Text Example
Text Example
White with #94137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94137D; }
p { color: rgb(148,19,125); }
H1.HeaderClassName
{
color: #94137D;
}
.AnyTagClassName
{
color: #94137D;
}
</style>
background-color css
<style>
a { background-color: #94137D; }
a { background-color: rgb(148,19,125); }
div.DivClassName
{
background-color: #94137D;
}
.BgClassName
{
background-color: #94137D;
}
</style>
border-color css
<style>
span { border-color: #94137D; }
span { border-color: rgb(148,19,125); }
td.TdClassName
{
border-color: #94137D;
}
.TagClassName
{
border-color: #94137D;
}
</style>