Shades of Dark Purple #94187B
Tints of Dark Purple #94187B
RGB
CMYK
RGB Variations
Color information
#94187B (or 0x94187B) is known color: Dark Purple. HEX triplet: 94, 18 and 7B. RGB value is (148,24,123). Sum of RGB (Red+Green+Blue) = 148+24+123=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94187B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94187B is #6BE784. Grayscale: #484848. Windows color (decimal): -7071621 or 8067220. OLE color: 8067220.
HSL color Cylindrical-coordinate representation of color #94187B: hue angle of 312.1º 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 #94187B is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 123 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.42 |
| HSL | 312.1º | 0.72% | 0.34% | - |
| HSV(B) | 312.1º | 0.84% | 0.58% | - |
| XYZ | 16.11 | 8.38 | 19.51 | - |
| YUV | 72.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 123 | 0 | 0.84 | 0.17 | 0.42 | 312.1 | 0.72 | 0.34 |
| Hex | 94 | 18 | 7B | 0 | 54 | 11 | 2A | 138 | 48 | 22 |
| Octal | 224 | 30 | 173 | 0 | 124 | 21 | 52 | 470 | 110 | 42 |
| Binary | 10010100 | 11000 | 1111011 | 0 | 1010100 | 10001 | 101010 | 100111000 | 1001000 | 100010 |
Color Harmonies of #94187B
Complementary color
Monochromatic Colors of #94187B
Black with #94187B
Text Example
Text Example
White with #94187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94187B; }
p { color: rgb(148,24,123); }
H1.HeaderClassName
{
color: #94187B;
}
.AnyTagClassName
{
color: #94187B;
}
</style>
background-color css
<style>
a { background-color: #94187B; }
a { background-color: rgb(148,24,123); }
div.DivClassName
{
background-color: #94187B;
}
.BgClassName
{
background-color: #94187B;
}
</style>
border-color css
<style>
span { border-color: #94187B; }
span { border-color: rgb(148,24,123); }
td.TdClassName
{
border-color: #94187B;
}
.TagClassName
{
border-color: #94187B;
}
</style>