Shades of Dark Purple #931384
Tints of Dark Purple #931384
RGB
CMYK
RGB Variations
Color information
#931384 (or 0x931384) is known color: Dark Purple. HEX triplet: 93, 13 and 84. RGB value is (147,19,132). Sum of RGB (Red+Green+Blue) = 147+19+132=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #931384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931384 is #6CEC7B. Grayscale: #454545. Windows color (decimal): -7138428 or 8655763. OLE color: 8655763.
HSL color Cylindrical-coordinate representation of color #931384: hue angle of 307.03º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931384 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 132 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.42 |
| HSL | 307.03º | 0.77% | 0.33% | - |
| HSV(B) | 307.03º | 0.87% | 0.58% | - |
| XYZ | 16.43 | 8.33 | 22.57 | - |
| YUV | 70.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 132 | 0 | 0.87 | 0.10 | 0.42 | 307.03 | 0.77 | 0.33 |
| Hex | 93 | 13 | 84 | 0 | 57 | A | 2A | 133 | 4D | 21 |
| Octal | 223 | 23 | 204 | 0 | 127 | 12 | 52 | 463 | 115 | 41 |
| Binary | 10010011 | 10011 | 10000100 | 0 | 1010111 | 1010 | 101010 | 100110011 | 1001101 | 100001 |
Color Harmonies of #931384
Complementary color
Monochromatic Colors of #931384
Black with #931384
Text Example
Text Example
White with #931384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931384; }
p { color: rgb(147,19,132); }
H1.HeaderClassName
{
color: #931384;
}
.AnyTagClassName
{
color: #931384;
}
</style>
background-color css
<style>
a { background-color: #931384; }
a { background-color: rgb(147,19,132); }
div.DivClassName
{
background-color: #931384;
}
.BgClassName
{
background-color: #931384;
}
</style>
border-color css
<style>
span { border-color: #931384; }
span { border-color: rgb(147,19,132); }
td.TdClassName
{
border-color: #931384;
}
.TagClassName
{
border-color: #931384;
}
</style>