Shades of Dark Purple #93248C
Tints of Dark Purple #93248C
RGB
CMYK
RGB Variations
Color information
#93248C (or 0x93248C) is known color: Dark Purple. HEX triplet: 93, 24 and 8C. RGB value is (147,36,140). Sum of RGB (Red+Green+Blue) = 147+36+140=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #93248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93248C is #6CDB73. Grayscale: #505050. Windows color (decimal): -7134068 or 9184403. OLE color: 9184403.
HSL color Cylindrical-coordinate representation of color #93248C: hue angle of 303.78º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93248C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 140 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.42 |
| HSL | 303.78º | 0.61% | 0.36% | - |
| HSV(B) | 303.78º | 0.76% | 0.58% | - |
| XYZ | 17.4 | 9.36 | 25.7 | - |
| YUV | 81.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 140 | 0 | 0.76 | 0.05 | 0.42 | 303.78 | 0.61 | 0.36 |
| Hex | 93 | 24 | 8C | 0 | 4C | 5 | 2A | 130 | 3D | 24 |
| Octal | 223 | 44 | 214 | 0 | 114 | 5 | 52 | 460 | 75 | 44 |
| Binary | 10010011 | 100100 | 10001100 | 0 | 1001100 | 101 | 101010 | 100110000 | 111101 | 100100 |
Color Harmonies of #93248C
Complementary color
Monochromatic Colors of #93248C
Black with #93248C
Text Example
Text Example
White with #93248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93248C; }
p { color: rgb(147,36,140); }
H1.HeaderClassName
{
color: #93248C;
}
.AnyTagClassName
{
color: #93248C;
}
</style>
background-color css
<style>
a { background-color: #93248C; }
a { background-color: rgb(147,36,140); }
div.DivClassName
{
background-color: #93248C;
}
.BgClassName
{
background-color: #93248C;
}
</style>
border-color css
<style>
span { border-color: #93248C; }
span { border-color: rgb(147,36,140); }
td.TdClassName
{
border-color: #93248C;
}
.TagClassName
{
border-color: #93248C;
}
</style>