Shades of Dark Purple #931B7A
Tints of Dark Purple #931B7A
RGB
CMYK
RGB Variations
Color information
#931B7A (or 0x931B7A) is known color: Dark Purple. HEX triplet: 93, 1B and 7A. RGB value is (147,27,122). Sum of RGB (Red+Green+Blue) = 147+27+122=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #931B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931B7A is #6CE485. Grayscale: #494949. Windows color (decimal): -7136390 or 8002451. OLE color: 8002451.
HSL color Cylindrical-coordinate representation of color #931B7A: hue angle of 312.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931B7A is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 122 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.42 |
| HSL | 312.5º | 0.69% | 0.34% | - |
| HSV(B) | 312.5º | 0.82% | 0.58% | - |
| XYZ | 15.94 | 8.39 | 19.19 | - |
| YUV | 73.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 122 | 0 | 0.82 | 0.17 | 0.42 | 312.5 | 0.69 | 0.34 |
| Hex | 93 | 1B | 7A | 0 | 52 | 11 | 2A | 138 | 45 | 22 |
| Octal | 223 | 33 | 172 | 0 | 122 | 21 | 52 | 470 | 105 | 42 |
| Binary | 10010011 | 11011 | 1111010 | 0 | 1010010 | 10001 | 101010 | 100111000 | 1000101 | 100010 |
Color Harmonies of #931B7A
Complementary color
Monochromatic Colors of #931B7A
Black with #931B7A
Text Example
Text Example
White with #931B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B7A; }
p { color: rgb(147,27,122); }
H1.HeaderClassName
{
color: #931B7A;
}
.AnyTagClassName
{
color: #931B7A;
}
</style>
background-color css
<style>
a { background-color: #931B7A; }
a { background-color: rgb(147,27,122); }
div.DivClassName
{
background-color: #931B7A;
}
.BgClassName
{
background-color: #931B7A;
}
</style>
border-color css
<style>
span { border-color: #931B7A; }
span { border-color: rgb(147,27,122); }
td.TdClassName
{
border-color: #931B7A;
}
.TagClassName
{
border-color: #931B7A;
}
</style>