Shades of Dark Purple #940F7C
Tints of Dark Purple #940F7C
RGB
CMYK
RGB Variations
Color information
#940F7C (or 0x940F7C) is known color: Dark Purple. HEX triplet: 94, 0F and 7C. RGB value is (148,15,124). Sum of RGB (Red+Green+Blue) = 148+15+124=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #940F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F7C is #6BF083. Grayscale: #424242. Windows color (decimal): -7073924 or 8130452. OLE color: 8130452.
HSL color Cylindrical-coordinate representation of color #940F7C: hue angle of 310.83º 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 #940F7C is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 15 | 124 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.42 |
| HSL | 310.83º | 0.82% | 0.32% | - |
| HSV(B) | 310.83º | 0.9% | 0.58% | - |
| XYZ | 16.02 | 8.09 | 19.79 | - |
| YUV | 67.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 124 | 0 | 0.90 | 0.16 | 0.42 | 310.83 | 0.82 | 0.32 |
| Hex | 94 | F | 7C | 0 | 5A | 10 | 2A | 137 | 52 | 20 |
| Octal | 224 | 17 | 174 | 0 | 132 | 20 | 52 | 467 | 122 | 40 |
| Binary | 10010100 | 1111 | 1111100 | 0 | 1011010 | 10000 | 101010 | 100110111 | 1010010 | 100000 |
Color Harmonies of #940F7C
Complementary color
Monochromatic Colors of #940F7C
Black with #940F7C
Text Example
Text Example
White with #940F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940F7C; }
p { color: rgb(148,15,124); }
H1.HeaderClassName
{
color: #940F7C;
}
.AnyTagClassName
{
color: #940F7C;
}
</style>
background-color css
<style>
a { background-color: #940F7C; }
a { background-color: rgb(148,15,124); }
div.DivClassName
{
background-color: #940F7C;
}
.BgClassName
{
background-color: #940F7C;
}
</style>
border-color css
<style>
span { border-color: #940F7C; }
span { border-color: rgb(148,15,124); }
td.TdClassName
{
border-color: #940F7C;
}
.TagClassName
{
border-color: #940F7C;
}
</style>