Shades of Dark Purple #93256C
Tints of Dark Purple #93256C
RGB
CMYK
RGB Variations
Color information
#93256C (or 0x93256C) is known color: Dark Purple. HEX triplet: 93, 25 and 6C. RGB value is (147,37,108). Sum of RGB (Red+Green+Blue) = 147+37+108=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93256C is #6CDA93. Grayscale: #4D4D4D. Windows color (decimal): -7133844 or 7087507. OLE color: 7087507.
HSL color Cylindrical-coordinate representation of color #93256C: hue angle of 321.27º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93256C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 108 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.42 |
| HSL | 321.27º | 0.6% | 0.36% | - |
| HSV(B) | 321.27º | 0.75% | 0.58% | - |
| XYZ | 15.4 | 8.61 | 15.04 | - |
| YUV | 77.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 108 | 0 | 0.75 | 0.27 | 0.42 | 321.27 | 0.6 | 0.36 |
| Hex | 93 | 25 | 6C | 0 | 4B | 1B | 2A | 141 | 3C | 24 |
| Octal | 223 | 45 | 154 | 0 | 113 | 33 | 52 | 501 | 74 | 44 |
| Binary | 10010011 | 100101 | 1101100 | 0 | 1001011 | 11011 | 101010 | 101000001 | 111100 | 100100 |
Color Harmonies of #93256C
Complementary color
Monochromatic Colors of #93256C
Black with #93256C
Text Example
Text Example
White with #93256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93256C; }
p { color: rgb(147,37,108); }
H1.HeaderClassName
{
color: #93256C;
}
.AnyTagClassName
{
color: #93256C;
}
</style>
background-color css
<style>
a { background-color: #93256C; }
a { background-color: rgb(147,37,108); }
div.DivClassName
{
background-color: #93256C;
}
.BgClassName
{
background-color: #93256C;
}
</style>
border-color css
<style>
span { border-color: #93256C; }
span { border-color: rgb(147,37,108); }
td.TdClassName
{
border-color: #93256C;
}
.TagClassName
{
border-color: #93256C;
}
</style>