Shades of Dark Purple #931673
Tints of Dark Purple #931673
RGB
CMYK
RGB Variations
Color information
#931673 (or 0x931673) is known color: Dark Purple. HEX triplet: 93, 16 and 73. RGB value is (147,22,115). Sum of RGB (Red+Green+Blue) = 147+22+115=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #931673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931673 is #6CE98C. Grayscale: #454545. Windows color (decimal): -7137677 or 7542419. OLE color: 7542419.
HSL color Cylindrical-coordinate representation of color #931673: hue angle of 315.36º 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 #931673 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 115 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.42 |
| HSL | 315.36º | 0.74% | 0.33% | - |
| HSV(B) | 315.36º | 0.85% | 0.58% | - |
| XYZ | 15.41 | 8.01 | 16.95 | - |
| YUV | 69.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 115 | 0 | 0.85 | 0.22 | 0.42 | 315.36 | 0.74 | 0.33 |
| Hex | 93 | 16 | 73 | 0 | 55 | 16 | 2A | 13B | 4A | 21 |
| Octal | 223 | 26 | 163 | 0 | 125 | 26 | 52 | 473 | 112 | 41 |
| Binary | 10010011 | 10110 | 1110011 | 0 | 1010101 | 10110 | 101010 | 100111011 | 1001010 | 100001 |
Color Harmonies of #931673
Complementary color
Monochromatic Colors of #931673
Black with #931673
Text Example
Text Example
White with #931673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931673; }
p { color: rgb(147,22,115); }
H1.HeaderClassName
{
color: #931673;
}
.AnyTagClassName
{
color: #931673;
}
</style>
background-color css
<style>
a { background-color: #931673; }
a { background-color: rgb(147,22,115); }
div.DivClassName
{
background-color: #931673;
}
.BgClassName
{
background-color: #931673;
}
</style>
border-color css
<style>
span { border-color: #931673; }
span { border-color: rgb(147,22,115); }
td.TdClassName
{
border-color: #931673;
}
.TagClassName
{
border-color: #931673;
}
</style>