Shades of Dark Purple #941C69
Tints of Dark Purple #941C69
RGB
CMYK
RGB Variations
Color information
#941C69 (or 0x941C69) is known color: Dark Purple. HEX triplet: 94, 1C and 69. RGB value is (148,28,105). Sum of RGB (Red+Green+Blue) = 148+28+105=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #941C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941C69 is #6BE396. Grayscale: #484848. Windows color (decimal): -7070615 or 6888596. OLE color: 6888596.
HSL color Cylindrical-coordinate representation of color #941C69: hue angle of 321.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 #941C69 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 28 | 105 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.42 |
| HSL | 321.5º | 0.68% | 0.35% | - |
| HSV(B) | 321.5º | 0.81% | 0.58% | - |
| XYZ | 15.18 | 8.15 | 14.14 | - |
| YUV | 72.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 105 | 0 | 0.81 | 0.29 | 0.42 | 321.5 | 0.68 | 0.35 |
| Hex | 94 | 1C | 69 | 0 | 51 | 1D | 2A | 142 | 44 | 23 |
| Octal | 224 | 34 | 151 | 0 | 121 | 35 | 52 | 502 | 104 | 43 |
| Binary | 10010100 | 11100 | 1101001 | 0 | 1010001 | 11101 | 101010 | 101000010 | 1000100 | 100011 |
Color Harmonies of #941C69
Complementary color
Monochromatic Colors of #941C69
Black with #941C69
Text Example
Text Example
White with #941C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941C69; }
p { color: rgb(148,28,105); }
H1.HeaderClassName
{
color: #941C69;
}
.AnyTagClassName
{
color: #941C69;
}
</style>
background-color css
<style>
a { background-color: #941C69; }
a { background-color: rgb(148,28,105); }
div.DivClassName
{
background-color: #941C69;
}
.BgClassName
{
background-color: #941C69;
}
</style>
border-color css
<style>
span { border-color: #941C69; }
span { border-color: rgb(148,28,105); }
td.TdClassName
{
border-color: #941C69;
}
.TagClassName
{
border-color: #941C69;
}
</style>