Shades of Dark Purple #93417B
Tints of Dark Purple #93417B
RGB
CMYK
RGB Variations
Color information
#93417B (or 0x93417B) is known color: Dark Purple. HEX triplet: 93, 41 and 7B. RGB value is (147,65,123). Sum of RGB (Red+Green+Blue) = 147+65+123=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93417B is #6CBE84. Grayscale: #5F5F5F. Windows color (decimal): -7126661 or 8077715. OLE color: 8077715.
HSL color Cylindrical-coordinate representation of color #93417B: hue angle of 317.56º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #93417B is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 65 | 123 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.42 |
| HSL | 317.56º | 0.39% | 0.42% | - |
| HSV(B) | 317.56º | 0.56% | 0.58% | - |
| XYZ | 17.5 | 11.41 | 20.02 | - |
| YUV | 96.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 123 | 0 | 0.56 | 0.16 | 0.42 | 317.56 | 0.39 | 0.42 |
| Hex | 93 | 41 | 7B | 0 | 38 | 10 | 2A | 13E | 27 | 2A |
| Octal | 223 | 101 | 173 | 0 | 70 | 20 | 52 | 476 | 47 | 52 |
| Binary | 10010011 | 1000001 | 1111011 | 0 | 111000 | 10000 | 101010 | 100111110 | 100111 | 101010 |
Color Harmonies of #93417B
Complementary color
Monochromatic Colors of #93417B
Black with #93417B
Text Example
Text Example
White with #93417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93417B; }
p { color: rgb(147,65,123); }
H1.HeaderClassName
{
color: #93417B;
}
.AnyTagClassName
{
color: #93417B;
}
</style>
background-color css
<style>
a { background-color: #93417B; }
a { background-color: rgb(147,65,123); }
div.DivClassName
{
background-color: #93417B;
}
.BgClassName
{
background-color: #93417B;
}
</style>
border-color css
<style>
span { border-color: #93417B; }
span { border-color: rgb(147,65,123); }
td.TdClassName
{
border-color: #93417B;
}
.TagClassName
{
border-color: #93417B;
}
</style>