Shades of Dark Purple #941B8C
Tints of Dark Purple #941B8C
RGB
CMYK
RGB Variations
Color information
#941B8C (or 0x941B8C) is known color: Dark Purple. HEX triplet: 94, 1B and 8C. RGB value is (148,27,140). Sum of RGB (Red+Green+Blue) = 148+27+140=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #941B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B8C is #6BE473. Grayscale: #4B4B4B. Windows color (decimal): -7070836 or 9182100. OLE color: 9182100.
HSL color Cylindrical-coordinate representation of color #941B8C: hue angle of 303.97º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941B8C is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 27 | 140 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.42 |
| HSL | 303.97º | 0.69% | 0.34% | - |
| HSV(B) | 303.97º | 0.82% | 0.58% | - |
| XYZ | 17.34 | 8.97 | 25.63 | - |
| YUV | 76.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 140 | 0 | 0.82 | 0.05 | 0.42 | 303.97 | 0.69 | 0.34 |
| Hex | 94 | 1B | 8C | 0 | 52 | 5 | 2A | 130 | 45 | 22 |
| Octal | 224 | 33 | 214 | 0 | 122 | 5 | 52 | 460 | 105 | 42 |
| Binary | 10010100 | 11011 | 10001100 | 0 | 1010010 | 101 | 101010 | 100110000 | 1000101 | 100010 |
Color Harmonies of #941B8C
Complementary color
Monochromatic Colors of #941B8C
Black with #941B8C
Text Example
Text Example
White with #941B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941B8C; }
p { color: rgb(148,27,140); }
H1.HeaderClassName
{
color: #941B8C;
}
.AnyTagClassName
{
color: #941B8C;
}
</style>
background-color css
<style>
a { background-color: #941B8C; }
a { background-color: rgb(148,27,140); }
div.DivClassName
{
background-color: #941B8C;
}
.BgClassName
{
background-color: #941B8C;
}
</style>
border-color css
<style>
span { border-color: #941B8C; }
span { border-color: rgb(148,27,140); }
td.TdClassName
{
border-color: #941B8C;
}
.TagClassName
{
border-color: #941B8C;
}
</style>