Shades of Dark Purple #93437B
Tints of Dark Purple #93437B
RGB
CMYK
RGB Variations
Color information
#93437B (or 0x93437B) is known color: Dark Purple. HEX triplet: 93, 43 and 7B. RGB value is (147,67,123). Sum of RGB (Red+Green+Blue) = 147+67+123=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #93437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93437B is #6CBC84. Grayscale: #616161. Windows color (decimal): -7126149 or 8078227. OLE color: 8078227.
HSL color Cylindrical-coordinate representation of color #93437B: hue angle of 318º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93437B is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 123 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.42 |
| HSL | 318º | 0.37% | 0.42% | - |
| HSV(B) | 318º | 0.54% | 0.58% | - |
| XYZ | 17.61 | 11.65 | 20.06 | - |
| YUV | 97.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 123 | 0 | 0.54 | 0.16 | 0.42 | 318 | 0.37 | 0.42 |
| Hex | 93 | 43 | 7B | 0 | 36 | 10 | 2A | 13E | 25 | 2A |
| Octal | 223 | 103 | 173 | 0 | 66 | 20 | 52 | 476 | 45 | 52 |
| Binary | 10010011 | 1000011 | 1111011 | 0 | 110110 | 10000 | 101010 | 100111110 | 100101 | 101010 |
Color Harmonies of #93437B
Complementary color
Monochromatic Colors of #93437B
Black with #93437B
Text Example
Text Example
White with #93437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93437B; }
p { color: rgb(147,67,123); }
H1.HeaderClassName
{
color: #93437B;
}
.AnyTagClassName
{
color: #93437B;
}
</style>
background-color css
<style>
a { background-color: #93437B; }
a { background-color: rgb(147,67,123); }
div.DivClassName
{
background-color: #93437B;
}
.BgClassName
{
background-color: #93437B;
}
</style>
border-color css
<style>
span { border-color: #93437B; }
span { border-color: rgb(147,67,123); }
td.TdClassName
{
border-color: #93437B;
}
.TagClassName
{
border-color: #93437B;
}
</style>