Shades of Dark Purple #940B7B
Tints of Dark Purple #940B7B
RGB
CMYK
RGB Variations
Color information
#940B7B (or 0x940B7B) is known color: Dark Purple. HEX triplet: 94, 0B and 7B. RGB value is (148,11,123). Sum of RGB (Red+Green+Blue) = 148+11+123=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #940B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B7B is #6BF484. Grayscale: #404040. Windows color (decimal): -7074949 or 8063892. OLE color: 8063892.
HSL color Cylindrical-coordinate representation of color #940B7B: hue angle of 310.95º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B7B is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 11 | 123 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.42 |
| HSL | 310.95º | 0.86% | 0.31% | - |
| HSV(B) | 310.95º | 0.93% | 0.58% | - |
| XYZ | 15.91 | 7.97 | 19.44 | - |
| YUV | 64.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 123 | 0 | 0.93 | 0.17 | 0.42 | 310.95 | 0.86 | 0.31 |
| Hex | 94 | B | 7B | 0 | 5D | 11 | 2A | 137 | 56 | 1F |
| Octal | 224 | 13 | 173 | 0 | 135 | 21 | 52 | 467 | 126 | 37 |
| Binary | 10010100 | 1011 | 1111011 | 0 | 1011101 | 10001 | 101010 | 100110111 | 1010110 | 11111 |
Color Harmonies of #940B7B
Complementary color
Monochromatic Colors of #940B7B
Black with #940B7B
Text Example
Text Example
White with #940B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940B7B; }
p { color: rgb(148,11,123); }
H1.HeaderClassName
{
color: #940B7B;
}
.AnyTagClassName
{
color: #940B7B;
}
</style>
background-color css
<style>
a { background-color: #940B7B; }
a { background-color: rgb(148,11,123); }
div.DivClassName
{
background-color: #940B7B;
}
.BgClassName
{
background-color: #940B7B;
}
</style>
border-color css
<style>
span { border-color: #940B7B; }
span { border-color: rgb(148,11,123); }
td.TdClassName
{
border-color: #940B7B;
}
.TagClassName
{
border-color: #940B7B;
}
</style>