Shades of Dark Purple #94187D
Tints of Dark Purple #94187D
RGB
CMYK
RGB Variations
Color information
#94187D (or 0x94187D) is known color: Dark Purple. HEX triplet: 94, 18 and 7D. RGB value is (148,24,125). Sum of RGB (Red+Green+Blue) = 148+24+125=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94187D is #6BE782. Grayscale: #484848. Windows color (decimal): -7071619 or 8198292. OLE color: 8198292.
HSL color Cylindrical-coordinate representation of color #94187D: hue angle of 311.13º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94187D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 125 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.42 |
| HSL | 311.13º | 0.72% | 0.34% | - |
| HSV(B) | 311.13º | 0.84% | 0.58% | - |
| XYZ | 16.24 | 8.43 | 20.17 | - |
| YUV | 72.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 125 | 0 | 0.84 | 0.16 | 0.42 | 311.13 | 0.72 | 0.34 |
| Hex | 94 | 18 | 7D | 0 | 54 | 10 | 2A | 137 | 48 | 22 |
| Octal | 224 | 30 | 175 | 0 | 124 | 20 | 52 | 467 | 110 | 42 |
| Binary | 10010100 | 11000 | 1111101 | 0 | 1010100 | 10000 | 101010 | 100110111 | 1001000 | 100010 |
Color Harmonies of #94187D
Complementary color
Monochromatic Colors of #94187D
Black with #94187D
Text Example
Text Example
White with #94187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94187D; }
p { color: rgb(148,24,125); }
H1.HeaderClassName
{
color: #94187D;
}
.AnyTagClassName
{
color: #94187D;
}
</style>
background-color css
<style>
a { background-color: #94187D; }
a { background-color: rgb(148,24,125); }
div.DivClassName
{
background-color: #94187D;
}
.BgClassName
{
background-color: #94187D;
}
</style>
border-color css
<style>
span { border-color: #94187D; }
span { border-color: rgb(148,24,125); }
td.TdClassName
{
border-color: #94187D;
}
.TagClassName
{
border-color: #94187D;
}
</style>