Shades of Dark Purple #94178B
Tints of Dark Purple #94178B
RGB
CMYK
RGB Variations
Color information
#94178B (or 0x94178B) is known color: Dark Purple. HEX triplet: 94, 17 and 8B. RGB value is (148,23,139). Sum of RGB (Red+Green+Blue) = 148+23+139=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94178B is #6BE874. Grayscale: #494949. Windows color (decimal): -7071861 or 9115540. OLE color: 9115540.
HSL color Cylindrical-coordinate representation of color #94178B: hue angle of 304.32º degrees, saturation: 0.73, 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 #94178B is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 23 | 139 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.42 |
| HSL | 304.32º | 0.73% | 0.34% | - |
| HSV(B) | 304.32º | 0.84% | 0.58% | - |
| XYZ | 17.18 | 8.77 | 25.21 | - |
| YUV | 73.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 23 | 139 | 0 | 0.84 | 0.06 | 0.42 | 304.32 | 0.73 | 0.34 |
| Hex | 94 | 17 | 8B | 0 | 54 | 6 | 2A | 130 | 49 | 22 |
| Octal | 224 | 27 | 213 | 0 | 124 | 6 | 52 | 460 | 111 | 42 |
| Binary | 10010100 | 10111 | 10001011 | 0 | 1010100 | 110 | 101010 | 100110000 | 1001001 | 100010 |
Color Harmonies of #94178B
Complementary color
Monochromatic Colors of #94178B
Black with #94178B
Text Example
Text Example
White with #94178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94178B; }
p { color: rgb(148,23,139); }
H1.HeaderClassName
{
color: #94178B;
}
.AnyTagClassName
{
color: #94178B;
}
</style>
background-color css
<style>
a { background-color: #94178B; }
a { background-color: rgb(148,23,139); }
div.DivClassName
{
background-color: #94178B;
}
.BgClassName
{
background-color: #94178B;
}
</style>
border-color css
<style>
span { border-color: #94178B; }
span { border-color: rgb(148,23,139); }
td.TdClassName
{
border-color: #94178B;
}
.TagClassName
{
border-color: #94178B;
}
</style>