Shades of Dark Purple #940F7D
Tints of Dark Purple #940F7D
RGB
CMYK
RGB Variations
Color information
#940F7D (or 0x940F7D) is known color: Dark Purple. HEX triplet: 94, 0F and 7D. RGB value is (148,15,125). Sum of RGB (Red+Green+Blue) = 148+15+125=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #940F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F7D is #6BF082. Grayscale: #434343. Windows color (decimal): -7073923 or 8195988. OLE color: 8195988.
HSL color Cylindrical-coordinate representation of color #940F7D: hue angle of 310.38º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F7D is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 125 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.42 |
| HSL | 310.38º | 0.82% | 0.32% | - |
| HSV(B) | 310.38º | 0.9% | 0.58% | - |
| XYZ | 16.09 | 8.12 | 20.12 | - |
| YUV | 67.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 125 | 0 | 0.90 | 0.16 | 0.42 | 310.38 | 0.82 | 0.32 |
| Hex | 94 | F | 7D | 0 | 5A | 10 | 2A | 136 | 52 | 20 |
| Octal | 224 | 17 | 175 | 0 | 132 | 20 | 52 | 466 | 122 | 40 |
| Binary | 10010100 | 1111 | 1111101 | 0 | 1011010 | 10000 | 101010 | 100110110 | 1010010 | 100000 |
Color Harmonies of #940F7D
Complementary color
Monochromatic Colors of #940F7D
Black with #940F7D
Text Example
Text Example
White with #940F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F7D; }
p { color: rgb(148,15,125); }
H1.HeaderClassName
{
color: #940F7D;
}
.AnyTagClassName
{
color: #940F7D;
}
</style>
background-color css
<style>
a { background-color: #940F7D; }
a { background-color: rgb(148,15,125); }
div.DivClassName
{
background-color: #940F7D;
}
.BgClassName
{
background-color: #940F7D;
}
</style>
border-color css
<style>
span { border-color: #940F7D; }
span { border-color: rgb(148,15,125); }
td.TdClassName
{
border-color: #940F7D;
}
.TagClassName
{
border-color: #940F7D;
}
</style>