Shades of Dark Purple #931B7B
Tints of Dark Purple #931B7B
RGB
CMYK
RGB Variations
Color information
#931B7B (or 0x931B7B) is known color: Dark Purple. HEX triplet: 93, 1B and 7B. RGB value is (147,27,123). Sum of RGB (Red+Green+Blue) = 147+27+123=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #931B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931B7B is #6CE484. Grayscale: #494949. Windows color (decimal): -7136389 or 8067987. OLE color: 8067987.
HSL color Cylindrical-coordinate representation of color #931B7B: hue angle of 312º 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 #931B7B is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 27 | 123 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.42 |
| HSL | 312º | 0.69% | 0.34% | - |
| HSV(B) | 312º | 0.82% | 0.58% | - |
| XYZ | 16 | 8.42 | 19.52 | - |
| YUV | 73.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 123 | 0 | 0.82 | 0.16 | 0.42 | 312 | 0.69 | 0.34 |
| Hex | 93 | 1B | 7B | 0 | 52 | 10 | 2A | 138 | 45 | 22 |
| Octal | 223 | 33 | 173 | 0 | 122 | 20 | 52 | 470 | 105 | 42 |
| Binary | 10010011 | 11011 | 1111011 | 0 | 1010010 | 10000 | 101010 | 100111000 | 1000101 | 100010 |
Color Harmonies of #931B7B
Complementary color
Monochromatic Colors of #931B7B
Black with #931B7B
Text Example
Text Example
White with #931B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931B7B; }
p { color: rgb(147,27,123); }
H1.HeaderClassName
{
color: #931B7B;
}
.AnyTagClassName
{
color: #931B7B;
}
</style>
background-color css
<style>
a { background-color: #931B7B; }
a { background-color: rgb(147,27,123); }
div.DivClassName
{
background-color: #931B7B;
}
.BgClassName
{
background-color: #931B7B;
}
</style>
border-color css
<style>
span { border-color: #931B7B; }
span { border-color: rgb(147,27,123); }
td.TdClassName
{
border-color: #931B7B;
}
.TagClassName
{
border-color: #931B7B;
}
</style>