Shades of Dark Purple #93256F
Tints of Dark Purple #93256F
RGB
CMYK
RGB Variations
Color information
#93256F (or 0x93256F) is known color: Dark Purple. HEX triplet: 93, 25 and 6F. RGB value is (147,37,111). Sum of RGB (Red+Green+Blue) = 147+37+111=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93256F is #6CDA90. Grayscale: #4E4E4E. Windows color (decimal): -7133841 or 7284115. OLE color: 7284115.
HSL color Cylindrical-coordinate representation of color #93256F: hue angle of 319.64º 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 #93256F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 111 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.42 |
| HSL | 319.64º | 0.6% | 0.36% | - |
| HSV(B) | 319.64º | 0.75% | 0.58% | - |
| XYZ | 15.56 | 8.67 | 15.89 | - |
| YUV | 78.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 111 | 0 | 0.75 | 0.24 | 0.42 | 319.64 | 0.6 | 0.36 |
| Hex | 93 | 25 | 6F | 0 | 4B | 18 | 2A | 140 | 3C | 24 |
| Octal | 223 | 45 | 157 | 0 | 113 | 30 | 52 | 500 | 74 | 44 |
| Binary | 10010011 | 100101 | 1101111 | 0 | 1001011 | 11000 | 101010 | 101000000 | 111100 | 100100 |
Color Harmonies of #93256F
Complementary color
Monochromatic Colors of #93256F
Black with #93256F
Text Example
Text Example
White with #93256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93256F; }
p { color: rgb(147,37,111); }
H1.HeaderClassName
{
color: #93256F;
}
.AnyTagClassName
{
color: #93256F;
}
</style>
background-color css
<style>
a { background-color: #93256F; }
a { background-color: rgb(147,37,111); }
div.DivClassName
{
background-color: #93256F;
}
.BgClassName
{
background-color: #93256F;
}
</style>
border-color css
<style>
span { border-color: #93256F; }
span { border-color: rgb(147,37,111); }
td.TdClassName
{
border-color: #93256F;
}
.TagClassName
{
border-color: #93256F;
}
</style>