Shades of Dark Purple #93407B
Tints of Dark Purple #93407B
RGB
CMYK
RGB Variations
Color information
#93407B (or 0x93407B) is known color: Dark Purple. HEX triplet: 93, 40 and 7B. RGB value is (147,64,123). Sum of RGB (Red+Green+Blue) = 147+64+123=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #93407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93407B is #6CBF84. Grayscale: #5F5F5F. Windows color (decimal): -7126917 or 8077459. OLE color: 8077459.
HSL color Cylindrical-coordinate representation of color #93407B: hue angle of 317.35º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93407B is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 123 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.42 |
| HSL | 317.35º | 0.39% | 0.41% | - |
| HSV(B) | 317.35º | 0.56% | 0.58% | - |
| XYZ | 17.44 | 11.3 | 20 | - |
| YUV | 95.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 123 | 0 | 0.56 | 0.16 | 0.42 | 317.35 | 0.39 | 0.41 |
| Hex | 93 | 40 | 7B | 0 | 38 | 10 | 2A | 13D | 27 | 29 |
| Octal | 223 | 100 | 173 | 0 | 70 | 20 | 52 | 475 | 47 | 51 |
| Binary | 10010011 | 1000000 | 1111011 | 0 | 111000 | 10000 | 101010 | 100111101 | 100111 | 101001 |
Color Harmonies of #93407B
Complementary color
Monochromatic Colors of #93407B
Black with #93407B
Text Example
Text Example
White with #93407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93407B; }
p { color: rgb(147,64,123); }
H1.HeaderClassName
{
color: #93407B;
}
.AnyTagClassName
{
color: #93407B;
}
</style>
background-color css
<style>
a { background-color: #93407B; }
a { background-color: rgb(147,64,123); }
div.DivClassName
{
background-color: #93407B;
}
.BgClassName
{
background-color: #93407B;
}
</style>
border-color css
<style>
span { border-color: #93407B; }
span { border-color: rgb(147,64,123); }
td.TdClassName
{
border-color: #93407B;
}
.TagClassName
{
border-color: #93407B;
}
</style>