Shades of Dark Purple #941274
Tints of Dark Purple #941274
RGB
CMYK
RGB Variations
Color information
#941274 (or 0x941274) is known color: Dark Purple. HEX triplet: 94, 12 and 74. RGB value is (148,18,116). Sum of RGB (Red+Green+Blue) = 148+18+116=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #941274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941274 is #6BED8B. Grayscale: #434343. Windows color (decimal): -7073164 or 7606932. OLE color: 7606932.
HSL color Cylindrical-coordinate representation of color #941274: hue angle of 314.77º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941274 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 18 | 116 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.42 |
| HSL | 314.77º | 0.78% | 0.33% | - |
| HSV(B) | 314.77º | 0.88% | 0.58% | - |
| XYZ | 15.58 | 7.99 | 17.24 | - |
| YUV | 68.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 116 | 0 | 0.88 | 0.22 | 0.42 | 314.77 | 0.78 | 0.33 |
| Hex | 94 | 12 | 74 | 0 | 58 | 16 | 2A | 13B | 4E | 21 |
| Octal | 224 | 22 | 164 | 0 | 130 | 26 | 52 | 473 | 116 | 41 |
| Binary | 10010100 | 10010 | 1110100 | 0 | 1011000 | 10110 | 101010 | 100111011 | 1001110 | 100001 |
Color Harmonies of #941274
Complementary color
Monochromatic Colors of #941274
Black with #941274
Text Example
Text Example
White with #941274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941274; }
p { color: rgb(148,18,116); }
H1.HeaderClassName
{
color: #941274;
}
.AnyTagClassName
{
color: #941274;
}
</style>
background-color css
<style>
a { background-color: #941274; }
a { background-color: rgb(148,18,116); }
div.DivClassName
{
background-color: #941274;
}
.BgClassName
{
background-color: #941274;
}
</style>
border-color css
<style>
span { border-color: #941274; }
span { border-color: rgb(148,18,116); }
td.TdClassName
{
border-color: #941274;
}
.TagClassName
{
border-color: #941274;
}
</style>