Shades of Dark Purple #941B7B
Tints of Dark Purple #941B7B
RGB
CMYK
RGB Variations
Color information
#941B7B (or 0x941B7B) is known color: Dark Purple. HEX triplet: 94, 1B and 7B. RGB value is (148,27,123). Sum of RGB (Red+Green+Blue) = 148+27+123=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #941B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941B7B is #6BE484. Grayscale: #494949. Windows color (decimal): -7070853 or 8067988. OLE color: 8067988.
HSL color Cylindrical-coordinate representation of color #941B7B: hue angle of 312.4º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941B7B is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 27 | 123 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.42 |
| HSL | 312.4º | 0.69% | 0.34% | - |
| HSV(B) | 312.4º | 0.82% | 0.58% | - |
| XYZ | 16.18 | 8.51 | 19.53 | - |
| YUV | 74.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 123 | 0 | 0.82 | 0.17 | 0.42 | 312.4 | 0.69 | 0.34 |
| Hex | 94 | 1B | 7B | 0 | 52 | 11 | 2A | 138 | 45 | 22 |
| Octal | 224 | 33 | 173 | 0 | 122 | 21 | 52 | 470 | 105 | 42 |
| Binary | 10010100 | 11011 | 1111011 | 0 | 1010010 | 10001 | 101010 | 100111000 | 1000101 | 100010 |
Color Harmonies of #941B7B
Complementary color
Monochromatic Colors of #941B7B
Black with #941B7B
Text Example
Text Example
White with #941B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941B7B; }
p { color: rgb(148,27,123); }
H1.HeaderClassName
{
color: #941B7B;
}
.AnyTagClassName
{
color: #941B7B;
}
</style>
background-color css
<style>
a { background-color: #941B7B; }
a { background-color: rgb(148,27,123); }
div.DivClassName
{
background-color: #941B7B;
}
.BgClassName
{
background-color: #941B7B;
}
</style>
border-color css
<style>
span { border-color: #941B7B; }
span { border-color: rgb(148,27,123); }
td.TdClassName
{
border-color: #941B7B;
}
.TagClassName
{
border-color: #941B7B;
}
</style>