Shades of Dark Purple #93228F
Tints of Dark Purple #93228F
RGB
CMYK
RGB Variations
Color information
#93228F (or 0x93228F) is known color: Dark Purple. HEX triplet: 93, 22 and 8F. RGB value is (147,34,143). Sum of RGB (Red+Green+Blue) = 147+34+143=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93228F is #6CDD70. Grayscale: #4F4F4F. Windows color (decimal): -7134577 or 9380499. OLE color: 9380499.
HSL color Cylindrical-coordinate representation of color #93228F: hue angle of 302.12º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93228F is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 143 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.42 |
| HSL | 302.12º | 0.62% | 0.35% | - |
| HSV(B) | 302.12º | 0.77% | 0.58% | - |
| XYZ | 17.56 | 9.33 | 26.86 | - |
| YUV | 80.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 143 | 0 | 0.77 | 0.03 | 0.42 | 302.12 | 0.62 | 0.35 |
| Hex | 93 | 22 | 8F | 0 | 4D | 3 | 2A | 12E | 3E | 23 |
| Octal | 223 | 42 | 217 | 0 | 115 | 3 | 52 | 456 | 76 | 43 |
| Binary | 10010011 | 100010 | 10001111 | 0 | 1001101 | 11 | 101010 | 100101110 | 111110 | 100011 |
Color Harmonies of #93228F
Complementary color
Monochromatic Colors of #93228F
Black with #93228F
Text Example
Text Example
White with #93228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93228F; }
p { color: rgb(147,34,143); }
H1.HeaderClassName
{
color: #93228F;
}
.AnyTagClassName
{
color: #93228F;
}
</style>
background-color css
<style>
a { background-color: #93228F; }
a { background-color: rgb(147,34,143); }
div.DivClassName
{
background-color: #93228F;
}
.BgClassName
{
background-color: #93228F;
}
</style>
border-color css
<style>
span { border-color: #93228F; }
span { border-color: rgb(147,34,143); }
td.TdClassName
{
border-color: #93228F;
}
.TagClassName
{
border-color: #93228F;
}
</style>