Shades of Dark Purple #93246B
Tints of Dark Purple #93246B
RGB
CMYK
RGB Variations
Color information
#93246B (or 0x93246B) is known color: Dark Purple. HEX triplet: 93, 24 and 6B. RGB value is (147,36,107). Sum of RGB (Red+Green+Blue) = 147+36+107=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93246B is #6CDB94. Grayscale: #4D4D4D. Windows color (decimal): -7134101 or 7021715. OLE color: 7021715.
HSL color Cylindrical-coordinate representation of color #93246B: hue angle of 321.62º 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 #93246B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 107 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.42 |
| HSL | 321.62º | 0.61% | 0.36% | - |
| HSV(B) | 321.62º | 0.76% | 0.58% | - |
| XYZ | 15.32 | 8.53 | 14.75 | - |
| YUV | 77.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 107 | 0 | 0.76 | 0.27 | 0.42 | 321.62 | 0.61 | 0.36 |
| Hex | 93 | 24 | 6B | 0 | 4C | 1B | 2A | 142 | 3D | 24 |
| Octal | 223 | 44 | 153 | 0 | 114 | 33 | 52 | 502 | 75 | 44 |
| Binary | 10010011 | 100100 | 1101011 | 0 | 1001100 | 11011 | 101010 | 101000010 | 111101 | 100100 |
Color Harmonies of #93246B
Complementary color
Monochromatic Colors of #93246B
Black with #93246B
Text Example
Text Example
White with #93246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93246B; }
p { color: rgb(147,36,107); }
H1.HeaderClassName
{
color: #93246B;
}
.AnyTagClassName
{
color: #93246B;
}
</style>
background-color css
<style>
a { background-color: #93246B; }
a { background-color: rgb(147,36,107); }
div.DivClassName
{
background-color: #93246B;
}
.BgClassName
{
background-color: #93246B;
}
</style>
border-color css
<style>
span { border-color: #93246B; }
span { border-color: rgb(147,36,107); }
td.TdClassName
{
border-color: #93246B;
}
.TagClassName
{
border-color: #93246B;
}
</style>