Shades of Dark Purple #94278F
Tints of Dark Purple #94278F
RGB
CMYK
RGB Variations
Color information
#94278F (or 0x94278F) is known color: Dark Purple. HEX triplet: 94, 27 and 8F. RGB value is (148,39,143). Sum of RGB (Red+Green+Blue) = 148+39+143=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94278F is #6BD870. Grayscale: #535353. Windows color (decimal): -7067761 or 9381780. OLE color: 9381780.
HSL color Cylindrical-coordinate representation of color #94278F: hue angle of 302.75º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94278F is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 143 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.42 |
| HSL | 302.75º | 0.58% | 0.37% | - |
| HSV(B) | 302.75º | 0.74% | 0.58% | - |
| XYZ | 17.9 | 9.73 | 26.92 | - |
| YUV | 83.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 143 | 0 | 0.74 | 0.03 | 0.42 | 302.75 | 0.58 | 0.37 |
| Hex | 94 | 27 | 8F | 0 | 4A | 3 | 2A | 12F | 3A | 25 |
| Octal | 224 | 47 | 217 | 0 | 112 | 3 | 52 | 457 | 72 | 45 |
| Binary | 10010100 | 100111 | 10001111 | 0 | 1001010 | 11 | 101010 | 100101111 | 111010 | 100101 |
Color Harmonies of #94278F
Complementary color
Monochromatic Colors of #94278F
Black with #94278F
Text Example
Text Example
White with #94278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94278F; }
p { color: rgb(148,39,143); }
H1.HeaderClassName
{
color: #94278F;
}
.AnyTagClassName
{
color: #94278F;
}
</style>
background-color css
<style>
a { background-color: #94278F; }
a { background-color: rgb(148,39,143); }
div.DivClassName
{
background-color: #94278F;
}
.BgClassName
{
background-color: #94278F;
}
</style>
border-color css
<style>
span { border-color: #94278F; }
span { border-color: rgb(148,39,143); }
td.TdClassName
{
border-color: #94278F;
}
.TagClassName
{
border-color: #94278F;
}
</style>