Shades of Dark Purple #941685
Tints of Dark Purple #941685
RGB
CMYK
RGB Variations
Color information
#941685 (or 0x941685) is known color: Dark Purple. HEX triplet: 94, 16 and 85. RGB value is (148,22,133). Sum of RGB (Red+Green+Blue) = 148+22+133=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #941685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941685 is #6BE97A. Grayscale: #484848. Windows color (decimal): -7072123 or 8722068. OLE color: 8722068.
HSL color Cylindrical-coordinate representation of color #941685: hue angle of 307.14º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941685 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 133 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.42 |
| HSL | 307.14º | 0.74% | 0.33% | - |
| HSV(B) | 307.14º | 0.85% | 0.58% | - |
| XYZ | 16.73 | 8.56 | 22.96 | - |
| YUV | 72.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 133 | 0 | 0.85 | 0.10 | 0.42 | 307.14 | 0.74 | 0.33 |
| Hex | 94 | 16 | 85 | 0 | 55 | A | 2A | 133 | 4A | 21 |
| Octal | 224 | 26 | 205 | 0 | 125 | 12 | 52 | 463 | 112 | 41 |
| Binary | 10010100 | 10110 | 10000101 | 0 | 1010101 | 1010 | 101010 | 100110011 | 1001010 | 100001 |
Color Harmonies of #941685
Complementary color
Monochromatic Colors of #941685
Black with #941685
Text Example
Text Example
White with #941685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941685; }
p { color: rgb(148,22,133); }
H1.HeaderClassName
{
color: #941685;
}
.AnyTagClassName
{
color: #941685;
}
</style>
background-color css
<style>
a { background-color: #941685; }
a { background-color: rgb(148,22,133); }
div.DivClassName
{
background-color: #941685;
}
.BgClassName
{
background-color: #941685;
}
</style>
border-color css
<style>
span { border-color: #941685; }
span { border-color: rgb(148,22,133); }
td.TdClassName
{
border-color: #941685;
}
.TagClassName
{
border-color: #941685;
}
</style>