Shades of Dark Purple #941381
Tints of Dark Purple #941381
RGB
CMYK
RGB Variations
Color information
#941381 (or 0x941381) is known color: Dark Purple. HEX triplet: 94, 13 and 81. RGB value is (148,19,129). Sum of RGB (Red+Green+Blue) = 148+19+129=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #941381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941381 is #6BEC7E. Grayscale: #454545. Windows color (decimal): -7072895 or 8459156. OLE color: 8459156.
HSL color Cylindrical-coordinate representation of color #941381: hue angle of 308.84º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941381 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 19 | 129 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.42 |
| HSL | 308.84º | 0.77% | 0.33% | - |
| HSV(B) | 308.84º | 0.87% | 0.58% | - |
| XYZ | 16.41 | 8.35 | 21.52 | - |
| YUV | 70.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 19 | 129 | 0 | 0.87 | 0.13 | 0.42 | 308.84 | 0.77 | 0.33 |
| Hex | 94 | 13 | 81 | 0 | 57 | D | 2A | 135 | 4D | 21 |
| Octal | 224 | 23 | 201 | 0 | 127 | 15 | 52 | 465 | 115 | 41 |
| Binary | 10010100 | 10011 | 10000001 | 0 | 1010111 | 1101 | 101010 | 100110101 | 1001101 | 100001 |
Color Harmonies of #941381
Complementary color
Monochromatic Colors of #941381
Black with #941381
Text Example
Text Example
White with #941381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941381; }
p { color: rgb(148,19,129); }
H1.HeaderClassName
{
color: #941381;
}
.AnyTagClassName
{
color: #941381;
}
</style>
background-color css
<style>
a { background-color: #941381; }
a { background-color: rgb(148,19,129); }
div.DivClassName
{
background-color: #941381;
}
.BgClassName
{
background-color: #941381;
}
</style>
border-color css
<style>
span { border-color: #941381; }
span { border-color: rgb(148,19,129); }
td.TdClassName
{
border-color: #941381;
}
.TagClassName
{
border-color: #941381;
}
</style>