Shades of Dark Purple #941677
Tints of Dark Purple #941677
RGB
CMYK
RGB Variations
Color information
#941677 (or 0x941677) is known color: Dark Purple. HEX triplet: 94, 16 and 77. RGB value is (148,22,119). Sum of RGB (Red+Green+Blue) = 148+22+119=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #941677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941677 is #6BE988. Grayscale: #464646. Windows color (decimal): -7072137 or 7804564. OLE color: 7804564.
HSL color Cylindrical-coordinate representation of color #941677: hue angle of 313.81º 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 #941677 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 119 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.42 |
| HSL | 313.81º | 0.74% | 0.33% | - |
| HSV(B) | 313.81º | 0.85% | 0.58% | - |
| XYZ | 15.83 | 8.2 | 18.2 | - |
| YUV | 70.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 119 | 0 | 0.85 | 0.20 | 0.42 | 313.81 | 0.74 | 0.33 |
| Hex | 94 | 16 | 77 | 0 | 55 | 14 | 2A | 13A | 4A | 21 |
| Octal | 224 | 26 | 167 | 0 | 125 | 24 | 52 | 472 | 112 | 41 |
| Binary | 10010100 | 10110 | 1110111 | 0 | 1010101 | 10100 | 101010 | 100111010 | 1001010 | 100001 |
Color Harmonies of #941677
Complementary color
Monochromatic Colors of #941677
Black with #941677
Text Example
Text Example
White with #941677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941677; }
p { color: rgb(148,22,119); }
H1.HeaderClassName
{
color: #941677;
}
.AnyTagClassName
{
color: #941677;
}
</style>
background-color css
<style>
a { background-color: #941677; }
a { background-color: rgb(148,22,119); }
div.DivClassName
{
background-color: #941677;
}
.BgClassName
{
background-color: #941677;
}
</style>
border-color css
<style>
span { border-color: #941677; }
span { border-color: rgb(148,22,119); }
td.TdClassName
{
border-color: #941677;
}
.TagClassName
{
border-color: #941677;
}
</style>