Shades of Dark Purple #941689
Tints of Dark Purple #941689
RGB
CMYK
RGB Variations
Color information
#941689 (or 0x941689) is known color: Dark Purple. HEX triplet: 94, 16 and 89. RGB value is (148,22,137). Sum of RGB (Red+Green+Blue) = 148+22+137=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #941689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941689 is #6BE976. Grayscale: #484848. Windows color (decimal): -7072119 or 8984212. OLE color: 8984212.
HSL color Cylindrical-coordinate representation of color #941689: hue angle of 305.24º 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 #941689 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 137 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.42 |
| HSL | 305.24º | 0.74% | 0.33% | - |
| HSV(B) | 305.24º | 0.85% | 0.58% | - |
| XYZ | 17.02 | 8.68 | 24.44 | - |
| YUV | 72.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 137 | 0 | 0.85 | 0.07 | 0.42 | 305.24 | 0.74 | 0.33 |
| Hex | 94 | 16 | 89 | 0 | 55 | 7 | 2A | 131 | 4A | 21 |
| Octal | 224 | 26 | 211 | 0 | 125 | 7 | 52 | 461 | 112 | 41 |
| Binary | 10010100 | 10110 | 10001001 | 0 | 1010101 | 111 | 101010 | 100110001 | 1001010 | 100001 |
Color Harmonies of #941689
Complementary color
Monochromatic Colors of #941689
Black with #941689
Text Example
Text Example
White with #941689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941689; }
p { color: rgb(148,22,137); }
H1.HeaderClassName
{
color: #941689;
}
.AnyTagClassName
{
color: #941689;
}
</style>
background-color css
<style>
a { background-color: #941689; }
a { background-color: rgb(148,22,137); }
div.DivClassName
{
background-color: #941689;
}
.BgClassName
{
background-color: #941689;
}
</style>
border-color css
<style>
span { border-color: #941689; }
span { border-color: rgb(148,22,137); }
td.TdClassName
{
border-color: #941689;
}
.TagClassName
{
border-color: #941689;
}
</style>