Shades of Dark Purple #93247A
Tints of Dark Purple #93247A
RGB
CMYK
RGB Variations
Color information
#93247A (or 0x93247A) is known color: Dark Purple. HEX triplet: 93, 24 and 7A. RGB value is (147,36,122). Sum of RGB (Red+Green+Blue) = 147+36+122=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93247A is #6CDB85. Grayscale: #4E4E4E. Windows color (decimal): -7134086 or 8004755. OLE color: 8004755.
HSL color Cylindrical-coordinate representation of color #93247A: hue angle of 313.51º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93247A is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 122 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.42 |
| HSL | 313.51º | 0.61% | 0.36% | - |
| HSV(B) | 313.51º | 0.76% | 0.58% | - |
| XYZ | 16.18 | 8.87 | 19.27 | - |
| YUV | 78.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 122 | 0 | 0.76 | 0.17 | 0.42 | 313.51 | 0.61 | 0.36 |
| Hex | 93 | 24 | 7A | 0 | 4C | 11 | 2A | 13A | 3D | 24 |
| Octal | 223 | 44 | 172 | 0 | 114 | 21 | 52 | 472 | 75 | 44 |
| Binary | 10010011 | 100100 | 1111010 | 0 | 1001100 | 10001 | 101010 | 100111010 | 111101 | 100100 |
Color Harmonies of #93247A
Complementary color
Monochromatic Colors of #93247A
Black with #93247A
Text Example
Text Example
White with #93247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93247A; }
p { color: rgb(147,36,122); }
H1.HeaderClassName
{
color: #93247A;
}
.AnyTagClassName
{
color: #93247A;
}
</style>
background-color css
<style>
a { background-color: #93247A; }
a { background-color: rgb(147,36,122); }
div.DivClassName
{
background-color: #93247A;
}
.BgClassName
{
background-color: #93247A;
}
</style>
border-color css
<style>
span { border-color: #93247A; }
span { border-color: rgb(147,36,122); }
td.TdClassName
{
border-color: #93247A;
}
.TagClassName
{
border-color: #93247A;
}
</style>