Shades of Dark Purple #931F7A
Tints of Dark Purple #931F7A
RGB
CMYK
RGB Variations
Color information
#931F7A (or 0x931F7A) is known color: Dark Purple. HEX triplet: 93, 1F and 7A. RGB value is (147,31,122). Sum of RGB (Red+Green+Blue) = 147+31+122=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931F7A is #6CE085. Grayscale: #4B4B4B. Windows color (decimal): -7135366 or 8003475. OLE color: 8003475.
HSL color Cylindrical-coordinate representation of color #931F7A: hue angle of 312.93º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #931F7A is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 31 | 122 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.42 |
| HSL | 312.93º | 0.65% | 0.35% | - |
| HSV(B) | 312.93º | 0.79% | 0.58% | - |
| XYZ | 16.04 | 8.59 | 19.22 | - |
| YUV | 76.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 122 | 0 | 0.79 | 0.17 | 0.42 | 312.93 | 0.65 | 0.35 |
| Hex | 93 | 1F | 7A | 0 | 4F | 11 | 2A | 139 | 41 | 23 |
| Octal | 223 | 37 | 172 | 0 | 117 | 21 | 52 | 471 | 101 | 43 |
| Binary | 10010011 | 11111 | 1111010 | 0 | 1001111 | 10001 | 101010 | 100111001 | 1000001 | 100011 |
Color Harmonies of #931F7A
Complementary color
Monochromatic Colors of #931F7A
Black with #931F7A
Text Example
Text Example
White with #931F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931F7A; }
p { color: rgb(147,31,122); }
H1.HeaderClassName
{
color: #931F7A;
}
.AnyTagClassName
{
color: #931F7A;
}
</style>
background-color css
<style>
a { background-color: #931F7A; }
a { background-color: rgb(147,31,122); }
div.DivClassName
{
background-color: #931F7A;
}
.BgClassName
{
background-color: #931F7A;
}
</style>
border-color css
<style>
span { border-color: #931F7A; }
span { border-color: rgb(147,31,122); }
td.TdClassName
{
border-color: #931F7A;
}
.TagClassName
{
border-color: #931F7A;
}
</style>