Shades of Dark Purple #931674
Tints of Dark Purple #931674
RGB
CMYK
RGB Variations
Color information
#931674 (or 0x931674) is known color: Dark Purple. HEX triplet: 93, 16 and 74. RGB value is (147,22,116). Sum of RGB (Red+Green+Blue) = 147+22+116=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #931674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931674 is #6CE98B. Grayscale: #454545. Windows color (decimal): -7137676 or 7607955. OLE color: 7607955.
HSL color Cylindrical-coordinate representation of color #931674: hue angle of 314.88º 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 #931674 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 22 | 116 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.42 |
| HSL | 314.88º | 0.74% | 0.33% | - |
| HSV(B) | 314.88º | 0.85% | 0.58% | - |
| XYZ | 15.47 | 8.04 | 17.26 | - |
| YUV | 70.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 116 | 0 | 0.85 | 0.21 | 0.42 | 314.88 | 0.74 | 0.33 |
| Hex | 93 | 16 | 74 | 0 | 55 | 15 | 2A | 13B | 4A | 21 |
| Octal | 223 | 26 | 164 | 0 | 125 | 25 | 52 | 473 | 112 | 41 |
| Binary | 10010011 | 10110 | 1110100 | 0 | 1010101 | 10101 | 101010 | 100111011 | 1001010 | 100001 |
Color Harmonies of #931674
Complementary color
Monochromatic Colors of #931674
Black with #931674
Text Example
Text Example
White with #931674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931674; }
p { color: rgb(147,22,116); }
H1.HeaderClassName
{
color: #931674;
}
.AnyTagClassName
{
color: #931674;
}
</style>
background-color css
<style>
a { background-color: #931674; }
a { background-color: rgb(147,22,116); }
div.DivClassName
{
background-color: #931674;
}
.BgClassName
{
background-color: #931674;
}
</style>
border-color css
<style>
span { border-color: #931674; }
span { border-color: rgb(147,22,116); }
td.TdClassName
{
border-color: #931674;
}
.TagClassName
{
border-color: #931674;
}
</style>