Shades of Dark Purple #941C83
Tints of Dark Purple #941C83
RGB
CMYK
RGB Variations
Color information
#941C83 (or 0x941C83) is known color: Dark Purple. HEX triplet: 94, 1C and 83. RGB value is (148,28,131). Sum of RGB (Red+Green+Blue) = 148+28+131=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #941C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C83 is #6BE37C. Grayscale: #4B4B4B. Windows color (decimal): -7070589 or 8592532. OLE color: 8592532.
HSL color Cylindrical-coordinate representation of color #941C83: hue angle of 308.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #941C83 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 131 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.42 |
| HSL | 308.5º | 0.68% | 0.35% | - |
| HSV(B) | 308.5º | 0.81% | 0.58% | - |
| XYZ | 16.72 | 8.77 | 22.28 | - |
| YUV | 75.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 131 | 0 | 0.81 | 0.11 | 0.42 | 308.5 | 0.68 | 0.35 |
| Hex | 94 | 1C | 83 | 0 | 51 | B | 2A | 134 | 44 | 23 |
| Octal | 224 | 34 | 203 | 0 | 121 | 13 | 52 | 464 | 104 | 43 |
| Binary | 10010100 | 11100 | 10000011 | 0 | 1010001 | 1011 | 101010 | 100110100 | 1000100 | 100011 |
Color Harmonies of #941C83
Complementary color
Monochromatic Colors of #941C83
Black with #941C83
Text Example
Text Example
White with #941C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C83; }
p { color: rgb(148,28,131); }
H1.HeaderClassName
{
color: #941C83;
}
.AnyTagClassName
{
color: #941C83;
}
</style>
background-color css
<style>
a { background-color: #941C83; }
a { background-color: rgb(148,28,131); }
div.DivClassName
{
background-color: #941C83;
}
.BgClassName
{
background-color: #941C83;
}
</style>
border-color css
<style>
span { border-color: #941C83; }
span { border-color: rgb(148,28,131); }
td.TdClassName
{
border-color: #941C83;
}
.TagClassName
{
border-color: #941C83;
}
</style>