Shades of Dark Purple #94197B
Tints of Dark Purple #94197B
RGB
CMYK
RGB Variations
Color information
#94197B (or 0x94197B) is known color: Dark Purple. HEX triplet: 94, 19 and 7B. RGB value is (148,25,123). Sum of RGB (Red+Green+Blue) = 148+25+123=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94197B is #6BE684. Grayscale: #484848. Windows color (decimal): -7071365 or 8067476. OLE color: 8067476.
HSL color Cylindrical-coordinate representation of color #94197B: hue angle of 312.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94197B is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 25 | 123 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.42 |
| HSL | 312.2º | 0.71% | 0.34% | - |
| HSV(B) | 312.2º | 0.83% | 0.58% | - |
| XYZ | 16.14 | 8.42 | 19.51 | - |
| YUV | 72.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 123 | 0 | 0.83 | 0.17 | 0.42 | 312.2 | 0.71 | 0.34 |
| Hex | 94 | 19 | 7B | 0 | 53 | 11 | 2A | 138 | 47 | 22 |
| Octal | 224 | 31 | 173 | 0 | 123 | 21 | 52 | 470 | 107 | 42 |
| Binary | 10010100 | 11001 | 1111011 | 0 | 1010011 | 10001 | 101010 | 100111000 | 1000111 | 100010 |
Color Harmonies of #94197B
Complementary color
Monochromatic Colors of #94197B
Black with #94197B
Text Example
Text Example
White with #94197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94197B; }
p { color: rgb(148,25,123); }
H1.HeaderClassName
{
color: #94197B;
}
.AnyTagClassName
{
color: #94197B;
}
</style>
background-color css
<style>
a { background-color: #94197B; }
a { background-color: rgb(148,25,123); }
div.DivClassName
{
background-color: #94197B;
}
.BgClassName
{
background-color: #94197B;
}
</style>
border-color css
<style>
span { border-color: #94197B; }
span { border-color: rgb(148,25,123); }
td.TdClassName
{
border-color: #94197B;
}
.TagClassName
{
border-color: #94197B;
}
</style>