Shades of Dark Purple #940D78
Tints of Dark Purple #940D78
RGB
CMYK
RGB Variations
Color information
#940D78 (or 0x940D78) is known color: Dark Purple. HEX triplet: 94, 0D and 78. RGB value is (148,13,120). Sum of RGB (Red+Green+Blue) = 148+13+120=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #940D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D78 is #6BF287. Grayscale: #414141. Windows color (decimal): -7074440 or 7867796. OLE color: 7867796.
HSL color Cylindrical-coordinate representation of color #940D78: hue angle of 312.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D78 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 13 | 120 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.42 |
| HSL | 312.44º | 0.84% | 0.32% | - |
| HSV(B) | 312.44º | 0.91% | 0.58% | - |
| XYZ | 15.75 | 7.94 | 18.47 | - |
| YUV | 65.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 120 | 0 | 0.91 | 0.19 | 0.42 | 312.44 | 0.84 | 0.32 |
| Hex | 94 | D | 78 | 0 | 5B | 13 | 2A | 138 | 54 | 20 |
| Octal | 224 | 15 | 170 | 0 | 133 | 23 | 52 | 470 | 124 | 40 |
| Binary | 10010100 | 1101 | 1111000 | 0 | 1011011 | 10011 | 101010 | 100111000 | 1010100 | 100000 |
Color Harmonies of #940D78
Complementary color
Monochromatic Colors of #940D78
Black with #940D78
Text Example
Text Example
White with #940D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940D78; }
p { color: rgb(148,13,120); }
H1.HeaderClassName
{
color: #940D78;
}
.AnyTagClassName
{
color: #940D78;
}
</style>
background-color css
<style>
a { background-color: #940D78; }
a { background-color: rgb(148,13,120); }
div.DivClassName
{
background-color: #940D78;
}
.BgClassName
{
background-color: #940D78;
}
</style>
border-color css
<style>
span { border-color: #940D78; }
span { border-color: rgb(148,13,120); }
td.TdClassName
{
border-color: #940D78;
}
.TagClassName
{
border-color: #940D78;
}
</style>