Shades of Dark Purple #942B6C
Tints of Dark Purple #942B6C
RGB
CMYK
RGB Variations
Color information
#942B6C (or 0x942B6C) is known color: Dark Purple. HEX triplet: 94, 2B and 6C. RGB value is (148,43,108). Sum of RGB (Red+Green+Blue) = 148+43+108=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #942B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942B6C is #6BD493. Grayscale: #515151. Windows color (decimal): -7066772 or 7089044. OLE color: 7089044.
HSL color Cylindrical-coordinate representation of color #942B6C: hue angle of 322.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #942B6C is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 43 | 108 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.42 |
| HSL | 322.86º | 0.55% | 0.37% | - |
| HSV(B) | 322.86º | 0.71% | 0.58% | - |
| XYZ | 15.78 | 9.11 | 15.11 | - |
| YUV | 81.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 108 | 0 | 0.71 | 0.27 | 0.42 | 322.86 | 0.55 | 0.37 |
| Hex | 94 | 2B | 6C | 0 | 47 | 1B | 2A | 143 | 37 | 25 |
| Octal | 224 | 53 | 154 | 0 | 107 | 33 | 52 | 503 | 67 | 45 |
| Binary | 10010100 | 101011 | 1101100 | 0 | 1000111 | 11011 | 101010 | 101000011 | 110111 | 100101 |
Color Harmonies of #942B6C
Complementary color
Monochromatic Colors of #942B6C
Black with #942B6C
Text Example
Text Example
White with #942B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942B6C; }
p { color: rgb(148,43,108); }
H1.HeaderClassName
{
color: #942B6C;
}
.AnyTagClassName
{
color: #942B6C;
}
</style>
background-color css
<style>
a { background-color: #942B6C; }
a { background-color: rgb(148,43,108); }
div.DivClassName
{
background-color: #942B6C;
}
.BgClassName
{
background-color: #942B6C;
}
</style>
border-color css
<style>
span { border-color: #942B6C; }
span { border-color: rgb(148,43,108); }
td.TdClassName
{
border-color: #942B6C;
}
.TagClassName
{
border-color: #942B6C;
}
</style>