Shades of Dark Purple #94248F
Tints of Dark Purple #94248F
RGB
CMYK
RGB Variations
Color information
#94248F (or 0x94248F) is known color: Dark Purple. HEX triplet: 94, 24 and 8F. RGB value is (148,36,143). Sum of RGB (Red+Green+Blue) = 148+36+143=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #94248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94248F is #6BDB70. Grayscale: #515151. Windows color (decimal): -7068529 or 9381012. OLE color: 9381012.
HSL color Cylindrical-coordinate representation of color #94248F: hue angle of 302.68º 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 #94248F is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 36 | 143 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.42 |
| HSL | 302.68º | 0.61% | 0.36% | - |
| HSV(B) | 302.68º | 0.76% | 0.58% | - |
| XYZ | 17.8 | 9.54 | 26.89 | - |
| YUV | 81.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 36 | 143 | 0 | 0.76 | 0.03 | 0.42 | 302.68 | 0.61 | 0.36 |
| Hex | 94 | 24 | 8F | 0 | 4C | 3 | 2A | 12F | 3D | 24 |
| Octal | 224 | 44 | 217 | 0 | 114 | 3 | 52 | 457 | 75 | 44 |
| Binary | 10010100 | 100100 | 10001111 | 0 | 1001100 | 11 | 101010 | 100101111 | 111101 | 100100 |
Color Harmonies of #94248F
Complementary color
Monochromatic Colors of #94248F
Black with #94248F
Text Example
Text Example
White with #94248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94248F; }
p { color: rgb(148,36,143); }
H1.HeaderClassName
{
color: #94248F;
}
.AnyTagClassName
{
color: #94248F;
}
</style>
background-color css
<style>
a { background-color: #94248F; }
a { background-color: rgb(148,36,143); }
div.DivClassName
{
background-color: #94248F;
}
.BgClassName
{
background-color: #94248F;
}
</style>
border-color css
<style>
span { border-color: #94248F; }
span { border-color: rgb(148,36,143); }
td.TdClassName
{
border-color: #94248F;
}
.TagClassName
{
border-color: #94248F;
}
</style>