Shades of Dark Purple #941673
Tints of Dark Purple #941673
RGB
CMYK
RGB Variations
Color information
#941673 (or 0x941673) is known color: Dark Purple. HEX triplet: 94, 16 and 73. RGB value is (148,22,115). Sum of RGB (Red+Green+Blue) = 148+22+115=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #941673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941673 is #6BE98C. Grayscale: #464646. Windows color (decimal): -7072141 or 7542420. OLE color: 7542420.
HSL color Cylindrical-coordinate representation of color #941673: hue angle of 315.71º 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 #941673 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 115 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.42 |
| HSL | 315.71º | 0.74% | 0.33% | - |
| HSV(B) | 315.71º | 0.85% | 0.58% | - |
| XYZ | 15.59 | 8.11 | 16.96 | - |
| YUV | 70.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 115 | 0 | 0.85 | 0.22 | 0.42 | 315.71 | 0.74 | 0.33 |
| Hex | 94 | 16 | 73 | 0 | 55 | 16 | 2A | 13C | 4A | 21 |
| Octal | 224 | 26 | 163 | 0 | 125 | 26 | 52 | 474 | 112 | 41 |
| Binary | 10010100 | 10110 | 1110011 | 0 | 1010101 | 10110 | 101010 | 100111100 | 1001010 | 100001 |
Color Harmonies of #941673
Complementary color
Monochromatic Colors of #941673
Black with #941673
Text Example
Text Example
White with #941673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941673; }
p { color: rgb(148,22,115); }
H1.HeaderClassName
{
color: #941673;
}
.AnyTagClassName
{
color: #941673;
}
</style>
background-color css
<style>
a { background-color: #941673; }
a { background-color: rgb(148,22,115); }
div.DivClassName
{
background-color: #941673;
}
.BgClassName
{
background-color: #941673;
}
</style>
border-color css
<style>
span { border-color: #941673; }
span { border-color: rgb(148,22,115); }
td.TdClassName
{
border-color: #941673;
}
.TagClassName
{
border-color: #941673;
}
</style>