Shades of Dark Purple #93247F
Tints of Dark Purple #93247F
RGB
CMYK
RGB Variations
Color information
#93247F (or 0x93247F) is known color: Dark Purple. HEX triplet: 93, 24 and 7F. RGB value is (147,36,127). Sum of RGB (Red+Green+Blue) = 147+36+127=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93247F is #6CDB80. Grayscale: #4F4F4F. Windows color (decimal): -7134081 or 8332435. OLE color: 8332435.
HSL color Cylindrical-coordinate representation of color #93247F: hue angle of 310.81º 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 #93247F is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 127 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.42 |
| HSL | 310.81º | 0.61% | 0.36% | - |
| HSV(B) | 310.81º | 0.76% | 0.58% | - |
| XYZ | 16.49 | 9 | 20.95 | - |
| YUV | 79.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 127 | 0 | 0.76 | 0.14 | 0.42 | 310.81 | 0.61 | 0.36 |
| Hex | 93 | 24 | 7F | 0 | 4C | E | 2A | 137 | 3D | 24 |
| Octal | 223 | 44 | 177 | 0 | 114 | 16 | 52 | 467 | 75 | 44 |
| Binary | 10010011 | 100100 | 1111111 | 0 | 1001100 | 1110 | 101010 | 100110111 | 111101 | 100100 |
Color Harmonies of #93247F
Complementary color
Monochromatic Colors of #93247F
Black with #93247F
Text Example
Text Example
White with #93247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93247F; }
p { color: rgb(147,36,127); }
H1.HeaderClassName
{
color: #93247F;
}
.AnyTagClassName
{
color: #93247F;
}
</style>
background-color css
<style>
a { background-color: #93247F; }
a { background-color: rgb(147,36,127); }
div.DivClassName
{
background-color: #93247F;
}
.BgClassName
{
background-color: #93247F;
}
</style>
border-color css
<style>
span { border-color: #93247F; }
span { border-color: rgb(147,36,127); }
td.TdClassName
{
border-color: #93247F;
}
.TagClassName
{
border-color: #93247F;
}
</style>