Shades of Dark Purple #94147F
Tints of Dark Purple #94147F
RGB
CMYK
RGB Variations
Color information
#94147F (or 0x94147F) is known color: Dark Purple. HEX triplet: 94, 14 and 7F. RGB value is (148,20,127). Sum of RGB (Red+Green+Blue) = 148+20+127=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94147F is #6BEB80. Grayscale: #464646. Windows color (decimal): -7072641 or 8328340. OLE color: 8328340.
HSL color Cylindrical-coordinate representation of color #94147F: hue angle of 309.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94147F is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 20 | 127 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.42 |
| HSL | 309.84º | 0.76% | 0.33% | - |
| HSV(B) | 309.84º | 0.86% | 0.58% | - |
| XYZ | 16.29 | 8.33 | 20.83 | - |
| YUV | 70.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 20 | 127 | 0 | 0.86 | 0.14 | 0.42 | 309.84 | 0.76 | 0.33 |
| Hex | 94 | 14 | 7F | 0 | 56 | E | 2A | 136 | 4C | 21 |
| Octal | 224 | 24 | 177 | 0 | 126 | 16 | 52 | 466 | 114 | 41 |
| Binary | 10010100 | 10100 | 1111111 | 0 | 1010110 | 1110 | 101010 | 100110110 | 1001100 | 100001 |
Color Harmonies of #94147F
Complementary color
Monochromatic Colors of #94147F
Black with #94147F
Text Example
Text Example
White with #94147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94147F; }
p { color: rgb(148,20,127); }
H1.HeaderClassName
{
color: #94147F;
}
.AnyTagClassName
{
color: #94147F;
}
</style>
background-color css
<style>
a { background-color: #94147F; }
a { background-color: rgb(148,20,127); }
div.DivClassName
{
background-color: #94147F;
}
.BgClassName
{
background-color: #94147F;
}
</style>
border-color css
<style>
span { border-color: #94147F; }
span { border-color: rgb(148,20,127); }
td.TdClassName
{
border-color: #94147F;
}
.TagClassName
{
border-color: #94147F;
}
</style>