Shades of Dark Purple #93258F
Tints of Dark Purple #93258F
RGB
CMYK
RGB Variations
Color information
#93258F (or 0x93258F) is known color: Dark Purple. HEX triplet: 93, 25 and 8F. RGB value is (147,37,143). Sum of RGB (Red+Green+Blue) = 147+37+143=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #93258F is #6CDA70. Grayscale: #515151. Windows color (decimal): -7133809 or 9381267. OLE color: 9381267.
HSL color Cylindrical-coordinate representation of color #93258F: hue angle of 302.18º 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 #93258F is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 143 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.42 |
| HSL | 302.18º | 0.6% | 0.36% | - |
| HSV(B) | 302.18º | 0.75% | 0.58% | - |
| XYZ | 17.65 | 9.51 | 26.89 | - |
| YUV | 81.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 143 | 0 | 0.75 | 0.03 | 0.42 | 302.18 | 0.6 | 0.36 |
| Hex | 93 | 25 | 8F | 0 | 4B | 3 | 2A | 12E | 3C | 24 |
| Octal | 223 | 45 | 217 | 0 | 113 | 3 | 52 | 456 | 74 | 44 |
| Binary | 10010011 | 100101 | 10001111 | 0 | 1001011 | 11 | 101010 | 100101110 | 111100 | 100100 |
Color Harmonies of #93258F
Complementary color
Monochromatic Colors of #93258F
Black with #93258F
Text Example
Text Example
White with #93258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93258F; }
p { color: rgb(147,37,143); }
H1.HeaderClassName
{
color: #93258F;
}
.AnyTagClassName
{
color: #93258F;
}
</style>
background-color css
<style>
a { background-color: #93258F; }
a { background-color: rgb(147,37,143); }
div.DivClassName
{
background-color: #93258F;
}
.BgClassName
{
background-color: #93258F;
}
</style>
border-color css
<style>
span { border-color: #93258F; }
span { border-color: rgb(147,37,143); }
td.TdClassName
{
border-color: #93258F;
}
.TagClassName
{
border-color: #93258F;
}
</style>